Skip to content

Commit

Permalink
Fixed issue where using symlink would not work for some users on win …
Browse files Browse the repository at this point in the history
…8 and up

This has the downside of the project being less dynamic.
  • Loading branch information
genius257 committed Feb 1, 2020
1 parent 13aba14 commit 6bbab30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ REM FOR /F "skip=2 tokens=2,*" %%A IN ('reg query "%AutoItReg:"=%\AutoIt" /v "In

set "AutoItDir=%~dp0\au3pm\autoit"

IF NOT EXIST "%~dp0\build\au3pm\" (mklink /D "%~dp0\build\au3pm\" "..\au3pm\" >NUL)
IF NOT EXIST "%~dp0\build\au3pm\" (mklink /J "%~dp0\build\au3pm\" "%~dp0\au3pm\" >NUL)

IF EXIST "%~dp0\build\au3unit.exe" (DEL "%~dp0\build\au3unit.exe")

Expand Down

0 comments on commit 6bbab30

Please sign in to comment.