Use Launcher_ENVName for launcher environment variable names (#5226)

This commit is contained in:
Seth Flynn 2026-03-29 06:56:04 +00:00 committed by GitHub
commit 17048a586a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 19 additions and 6 deletions

View file

@ -91,7 +91,7 @@ runs:
find "$INSTALL_APPIMAGE_DIR" -name '*gamemode*' -exec rm {} +
#disable OpenGL and Vulkan launcher features until https://github.com/VHSgunzo/sharun/issues/35
echo "LAUNCHER_DISABLE_GLVULKAN=1" > "$INSTALL_APPIMAGE_DIR"/.env
echo "PRISMLAUNCHER_DISABLE_GLVULKAN=1" > "$INSTALL_APPIMAGE_DIR"/.env
#makes the launcher use portals for file picking
echo "QT_QPA_PLATFORMTHEME=xdgdesktopportal" > "$INSTALL_APPIMAGE_DIR"/.env
ln -s org.prismlauncher.PrismLauncher.metainfo.xml "$INSTALL_APPIMAGE_DIR"/share/metainfo/org.prismlauncher.PrismLauncher.appdata.xml