mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-11 02:31:22 +00:00
Added line to bat file to set working directory so build won't fail when double-clicking on build.
This commit is contained in:
parent
41a2f96da5
commit
2a353b311a
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
@echo off
|
||||
|
||||
cd /D "%~dp0"
|
||||
|
||||
if not exist "%ProgramFiles(x86)%" (
|
||||
set "ProgramFiles(x86)=%ProgramFiles%"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue