Skip to content

Commit

Permalink
更新 build-app-on-ci.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
storytellerF authored Feb 25, 2025
1 parent 08c4c39 commit 46e4345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_scripts/build-app-on-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ mkdir -p "build/outputs/apk/release"
mkdir -p "build/outputs/pkg/release"

mv composeApp/build/outputs/apk/release/*.apk "build/outputs/apk/release/$FLAVOR.apk"
mv composeApp/build/compose/binaries/main-release/msi/*.msi "build/outputs/pkg/release/$FLAVOR.msi"
mv composeApp/build/compose/binaries/main-release/deb/*.deb "build/outputs/pkg/release/$FLAVOR.deb"

0 comments on commit 46e4345

Please sign in to comment.