We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1a7ae commit 8cd81a9Copy full SHA for 8cd81a9
1 file changed
appveyor/windows.cmd
@@ -100,6 +100,7 @@ echo calling VCVARS64 x64
100
call "%VCVARS64%" x64
101
set
102
where makensis
103
+set VCINSTALLDIR=C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\
104
makensis !NSIS_SC_VERSION_ARGS! Windows\NSIS\supercan.nsi
105
REM (call "%VCVARS64%" x64 && set && makensis !NSIS_SC_VERSION_ARGS! Windows\NSIS\supercan.nsi) || exit /b !ERRORLEVEL!
106
REM move Windows\NSIS\supercan_inst.exe .
0 commit comments