We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812958b commit 3495578Copy full SHA for 3495578
package_desktop.sh
@@ -7,6 +7,6 @@ if [ "$1" != "--skipClean" ]; then
7
./gradlew clean
8
fi
9
10
-./gradlew sample:packageDistributionForCurrentOS
+./gradlew sample:packageReleaseDistributionForCurrentOS
11
12
-echo "✅ Desktop package is created successfully. The distribution is written to $(pwd)/sample/build/compose/binaries/main/"
+echo "✅ Desktop package is created successfully. The distribution is written to $(pwd)/sample/build/compose/binaries/main-release/"
0 commit comments