Diàleg «Quant a» centrat amb icona, nom gran i versió en cursiva

This commit is contained in:
2026-05-30 15:40:17 +02:00
parent 95a76d0d76
commit 34811038eb
4 changed files with 94 additions and 10 deletions
+2 -1
View File
@@ -100,8 +100,9 @@ if [ "$OS" = "darwin" ]; then
mv "$PRODUCED" "$APP"
fi
echo "[build] sembrando games.toml en Contents/Resources…"
echo "[build] sembrando games.toml y icon.png en Contents/Resources…"
cp games.toml "$APP/Contents/Resources/games.toml"
cp assets/icon.png "$APP/Contents/Resources/icon.png" # usado por el diálogo «Quant a»
# Bundle ad-hoc (sin Developer ID): quitamos quarantine para abrir sin fricción local.
xattr -dr com.apple.quarantine "$APP" 2>/dev/null || true