Skip to content

Commit

Permalink
Sync Flatpak changes (#4146)
Browse files Browse the repository at this point in the history
Sync Flatpak manifest changes

Co-authored-by: Etaash Mathamsetty <[email protected]>
Co-authored-by: Twig6943 <[email protected]>
  • Loading branch information
3 people authored Dec 1, 2024
1 parent 15b25e2 commit 767b589
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion flatpak/com.heroicgameslauncher.hgl.desktop
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[Desktop Entry]
Name=Heroic Games Launcher
Exec=heroic-run %u
Exec=heroic-run --ozone-platform-hint=auto %u
Terminal=false
Type=Application
Icon=com.heroicgameslauncher.hgl
StartupWMClass=Heroic
Comment=An Open Source Launcher for GOG, Epic Games and Amazon Games
Comment[de]=Ein OSS-Spielelauncher für GOG, Epic Games und Amazon Games
Comment[pl]=Otwartoźródłowy launcher dla GOG, Epic Games i Amazon Games
Comment[tr]=Açık Kaynaklı GOG ve Epic Games başlatıcısı
MimeType=x-scheme-handler/heroic;
Categories=Game;
14 changes: 7 additions & 7 deletions flatpak/templates/com.heroicgameslauncher.hgl.yml.template
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
id: com.heroicgameslauncher.hgl
sdk: org.freedesktop.Sdk
runtime: org.freedesktop.Platform
runtime-version: '24.08'
runtime-version: '23.08'
base: org.electronjs.Electron2.BaseApp
base-version: '24.08'
base-version: '23.08'
command: heroic-run
separate-locales: false

Expand Down Expand Up @@ -59,17 +59,17 @@ finish-args:
add-extensions:
org.freedesktop.Platform.Compat.i386:
directory: lib/i386-linux-gnu
version: '24.08'
version: '23.08'

org.freedesktop.Platform.Compat.i386.Debug:
directory: lib/debug/lib/i386-linux-gnu
version: '24.08'
version: '23.08'
no-autodownload: true

org.freedesktop.Platform.GL32:
directory: lib/i386-linux-gnu/GL
version: '1.4'
versions: 24.08;1.4
versions: 23.08;1.4
subdirectories: true
no-autodownload: true
autodelete: false
Expand All @@ -89,8 +89,8 @@ add-extensions:

org.freedesktop.Platform.VAAPI.Intel.i386:
directory: lib/i386-linux-gnu/dri/intel-vaapi-driver
version: '24.08'
versions: '24.08'
version: '23.08'
versions: '23.08'
autodelete: false
no-autodownload: true
add-ld-path: lib
Expand Down

0 comments on commit 767b589

Please sign in to comment.