Remove old config.ini (migrated to ~/.config/), add *.AppImage to gitignore, fix build script

This commit is contained in:
Maksim Totmin
2026-05-31 18:02:21 +07:00
parent 8a1f6811c0
commit 59865169e6
3 changed files with 3 additions and 43 deletions
+2
View File
@@ -120,6 +120,8 @@ create_apprun() {
cat > "$APP_DIR/AppRun" << 'APPRUN'
#!/bin/bash
HERE="$(dirname "$(readlink -f "$0")")"
export QT_QPA_PLATFORMTHEME=gtk3
export QT_STYLE_OVERRIDE=
exec "$HERE/usr/bin/neo-pod-desktop/neo-pod-desktop" "$@"
APPRUN
chmod +x "$APP_DIR/AppRun"