Skip to content

Commit f1e43ed

Browse files
committed
Update install script si locates bundle executables when run from different dir.
1 parent 13a0886 commit f1e43ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_script.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ if not exist "%VCTargetsPath%\BuildCustomizations\yasm.props" (
153153
)
154154

155155
REM Check if a yasm binary was bundled
156-
if not exist "./yasm" (
156+
if not exist "%~dp0/yasm" (
157157
REM Download the latest yasm binary for windows goto Terminate
158158
call :DownloadYasm
159159
) else (

0 commit comments

Comments
 (0)