Skip to content

Commit

Permalink
Update build_ci.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Aug 23, 2024
1 parent ce202ac commit d0c737f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/scripts/build_ci.bat
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ copy "%SDK_DIR%\bin\avutil-56.dll" "%OUTPUT_DIR%\"
copy "%SDK_DIR%\bin\swresample-3.dll" "%OUTPUT_DIR%\"
copy "%SDK_DIR%\bin\swscale-5.dll" "%OUTPUT_DIR%\"

copy "%SDK_DIR%\bin\svgo-win.exe" "%CWD%\build\output\"

REM enable qt svg support (not recommended)
REM mkdir "%OUTPUT_DIR%\imageformats"
REM copy "%SDK_DIR%\bin\Qt5Svg.dll" "%OUTPUT_DIR%\"
Expand All @@ -96,8 +98,5 @@ type NUL > "%OUTPUT_DIR%\portable.txt"

REM zip it up
cd "%CWD%\build\output"
7z a -mx9 friction-svgo-windows-x64.7z svgo-win.exe
7z a -mx9 friction-%VERSION%-windows-x64.7z friction-%VERSION%

REM svgo bundle
copy "%SDK_DIR%\bin\svgo-win.exe" "%OUTPUT_DIR%\"
7z a -mx9 friction-%VERSION%-svgo-windows-x64.7z friction-%VERSION%

0 comments on commit d0c737f

Please sign in to comment.