We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa02b8 commit a4f7f2aCopy full SHA for a4f7f2a
appveyor/windows.cmd
@@ -95,5 +95,8 @@ xcopy /y /f Windows\dll\supercan_dll.c python\
95
96
(7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on supercan-win.7z bin lib inc src pdb python LICENSE COMMIT) || exit /b !ERRORLEVEL!
97
REM installer
98
-(call "%VCVARS64%" x64 && set && makensis !NSIS_SC_VERSION_ARGS! Windows\NSIS\supercan.nsi) || exit /b !ERRORLEVEL!
99
-move Windows\NSIS\supercan_inst.exe .
+set
+call "%VCVARS64%"
100
101
+REM (call "%VCVARS64%" x64 && set && makensis !NSIS_SC_VERSION_ARGS! Windows\NSIS\supercan.nsi) || exit /b !ERRORLEVEL!
102
+REM move Windows\NSIS\supercan_inst.exe .
0 commit comments