Skip to content

Commit

Permalink
Added line to bat file to set working directory so build won't fail w…
Browse files Browse the repository at this point in the history
…hen double-clicking on build.
  • Loading branch information
disks86 committed May 31, 2019
1 parent 41a2f96 commit 2a353b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install-VS2019.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@echo off

cd /D "%~dp0"

if not exist "%ProgramFiles(x86)%" (
set "ProgramFiles(x86)=%ProgramFiles%"
)
Expand Down

0 comments on commit 2a353b3

Please sign in to comment.