Skip to content

Commit

Permalink
changed permissions to 755 and renamed bat.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Nov 8, 2024
1 parent 59c8d02 commit d9b712d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tooling/compare-builds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,12 @@ function compileAndSetToFuturePath() {
echo "
call vcvars64.bat
cl $(cygpath -m "${COMPARE_WAPPER_SCRIPT_DIR}/src/c/WindowsUpdateVsVersionInfo.c") version.lib
" > bat.bat
chmod 777 bat.bat
./bat.bat
" > setupEnvAndCompile.bat
chmod 755 setupEnvAndCompile.bat
./setupEnvAndCompile.bat
# copy it to any dir on path or add this dir to path
mv WindowsUpdateVsVersionInfo.exe "$FUTURE_PATH_ADDITIONS"
rm WindowsUpdateVsVersionInfo.obj bat.bat
rm WindowsUpdateVsVersionInfo.obj setupEnvAndCompile.bat
popd
}

Expand Down

0 comments on commit d9b712d

Please sign in to comment.