This commit is contained in:
ivaquero
2026-04-18 06:13:30 +08:00
parent 49b39b74d2
commit ec341ddba2
36 changed files with 1941 additions and 273 deletions
+3 -3
View File
@@ -10,9 +10,9 @@ if [ -d "build" ]; then
fi
# Delete .app bundle
if [ -d "flock.app" ]; then
rm -rf flock.app
echo "flock.app deleted"
if [ -d "Clouck.app" ]; then
rm -rf Clouck.app
echo "Clouck.app deleted"
fi
echo "Cleanup complete!"