Skip to content

Commit

Permalink
Deploy script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lymphatus committed Jan 24, 2022
1 parent 194312d commit f9ea950
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ You can help translate by opening the `resources/i18n/caesium_en_US.ts` with QtL
You can use [this pull request](https://github.com/Lymphatus/caesium-image-compressor/pull/57) as an example.

### Resources
* Caesium website - [http://saerasoft.com/caesium/](https://saerasoft.com/caesium/)
* Caesium website - [https://saerasoft.com/caesium/](https://saerasoft.com/caesium/)
* Caesium Git Repository - [https://github.com/Lymphatus/caesium-image-compressor](https://github.com/Lymphatus/caesium-image-compressor)
* Author website - SaeraSoft - [http://saerasoft.com](https://saerasoft.com)
* Author website - SaeraSoft - [https://saerasoft.com](https://saerasoft.com)
12 changes: 6 additions & 6 deletions deploy.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rmdir /s/y package
windeployqt.exe "%1\Caesium Image Compressor.exe" --dir package --release
copy /y "%1\Caesium Image Compressor.exe" "package\Caesium Image Compressor.exe"
copy /y "C:\libcaesium\lib\libcaesium.dll" "package\caesium.dll"
copy /y "C:\exiv2\bin\exiv2.dll" "package\exiv2.dll"
copy /y "C:\winsparkle\x64\Release\WinSparkle.dll" "package\WinSparkle.dll"
rmdir /s/y %2
windeployqt.exe "%1\Caesium Image Compressor.exe" --dir %2 --release
copy /y "%1\Caesium Image Compressor.exe" "%2\Caesium Image Compressor.exe"
copy /y "C:\libcaesium\lib\libcaesium.dll" "%2\caesium.dll"
copy /y "C:\exiv2\bin\exiv2.dll" "%2\exiv2.dll"
copy /y "C:\winsparkle\x64\Release\WinSparkle.dll" "%2\WinSparkle.dll"

0 comments on commit f9ea950

Please sign in to comment.