Skip to content

Commit 3495578

Browse files
committed
build: Improve desktop package script
1 parent 812958b commit 3495578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package_desktop.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ if [ "$1" != "--skipClean" ]; then
77
./gradlew clean
88
fi
99

10-
./gradlew sample:packageDistributionForCurrentOS
10+
./gradlew sample:packageReleaseDistributionForCurrentOS
1111

12-
echo "✅ Desktop package is created successfully. The distribution is written to $(pwd)/sample/build/compose/binaries/main/"
12+
echo "✅ Desktop package is created successfully. The distribution is written to $(pwd)/sample/build/compose/binaries/main-release/"

0 commit comments

Comments
 (0)