Skip to content

Commit

Permalink
Update build.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Aug 23, 2024
1 parent 715807a commit f604255
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scripts/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ copy "%CWD%\build\src\app\%BDIR%\friction.iss" "%OUTPUT_DIR%\"
copy "%CWD%\src\app\icons\friction.ico" "%OUTPUT_DIR%\"
copy "%CWD%\src\app\icons\friction.bmp" "%OUTPUT_DIR%\"
copy "%CWD%\LICENSE.md" "%OUTPUT_DIR%\"
copy "%SDK_DIR%\bin\svgo-win.exe" "%OUTPUT_DIR%\"
copy "%BUILD_OUTPUT%\svgo-win.exe" "%OUTPUT_DIR%\"
copy "%BUILD_OUTPUT%\svgo-license.txt" "%OUTPUT_DIR%\"

cd "%OUTPUT_DIR%"

Expand Down

0 comments on commit f604255

Please sign in to comment.