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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user