fix(build): Remove existing app before desktop install

cp -R into an existing /Applications/myicek.app nested the new bundle
inside the old one (myicek.app/myicek.app) and failed on the read-only
legal files of the previous install. Delete the previous bundle first.
This commit is contained in:
2026-08-31 16:41:30 +02:00
parent f2f5a15967
commit 9c9716a352
+1
View File
@@ -13,6 +13,7 @@ desktop:
desktop-install: desktop-install:
./gradlew composeApp:packageDistributionForCurrentOS ./gradlew composeApp:packageDistributionForCurrentOS
rm -rf /Applications/myicek.app
cp -R composeApp/build/compose/binaries/main/app/myicek.app /Applications/myicek.app cp -R composeApp/build/compose/binaries/main/app/myicek.app /Applications/myicek.app
android-usb: android android-usb: android