File tree 1 file changed +4
-1
lines changed 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,10 @@ xcopy /y /f Windows\x64\Release\supercan_app64.pdb pdb\x64\
83
83
xcopy /y /f Windows\x64\Release\supercan64.pdb pdb\x64\
84
84
xcopy /y /f Windows\Win32\Release\supercan_srv32.pdb pdb\x86\
85
85
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!
87
90
REM installer
88
91
(call " %VCVARS64% " x64 && makensis !NSIS_SC_VERSION_ARGS! Windows\NSIS\supercan.nsi) || exit /b !ERRORLEVEL!
89
92
move Windows\NSIS\supercan_inst.exe .
You can’t perform that action at this time.
0 commit comments