merge experimental into main (#42)

This commit is contained in:
/home/neo
2026-05-16 20:23:15 +03:00
committed by GitHub
parent e29fd4da6f
commit 46e04a7c4b
11 changed files with 217 additions and 147 deletions
+5
View File
@@ -5,6 +5,11 @@
set -e
if [[ "$(uname)" != "Darwin" ]]; then
echo "Not macOS, skipping post-build fixes"
exit 0
fi
APP_NAME="Emerald Legacy Launcher"
BUNDLE_ID="com.emerald.legacy"
BASE_DIR="src-tauri/target"