Skip to content

Commit 7fe7616

Browse files
committed
Windows build fix attempt
1 parent 4d75dc5 commit 7fe7616

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor/windows.cmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,10 @@ xcopy /y /f Windows\x64\Release\supercan_app64.pdb pdb\x64\
8383
xcopy /y /f Windows\x64\Release\supercan64.pdb pdb\x64\
8484
xcopy /y /f Windows\Win32\Release\supercan_srv32.pdb pdb\x86\
8585
xcopy /y /f Windows\x64\Release\supercan_srv64.pdb pdb\x64\
86-
(7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on supercan-win.7z bin lib inc src pdb LICENSE COMMIT) || exit /b !ERRORLEVEL!
86+
xcopy /y /f /s Windows\python python\
87+
xcopy /y /f Windows\x64\Release\commit.h python\
88+
xcopy /y /f Windows\dll\supercan_dll.c python\
89+
(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!
8790
REM installer
8891
(call "%VCVARS64%" x64 && makensis !NSIS_SC_VERSION_ARGS! Windows\NSIS\supercan.nsi) || exit /b !ERRORLEVEL!
8992
move Windows\NSIS\supercan_inst.exe .

0 commit comments

Comments
 (0)