flatpak: rename .Devel variant to .ghostty-debug
This is done to match against the default application id when Ghostty is built using debug configuration, done to prepare the Flatpak version for D-Bus activation support.pull/7511/head
parent
aa6c349545
commit
1183ac8972
|
|
@ -1,4 +1,4 @@
|
||||||
app-id: com.mitchellh.ghostty.Devel
|
app-id: com.mitchellh.ghostty-debug
|
||||||
runtime: org.gnome.Platform
|
runtime: org.gnome.Platform
|
||||||
runtime-version: "48"
|
runtime-version: "48"
|
||||||
sdk: org.gnome.Sdk
|
sdk: org.gnome.Sdk
|
||||||
|
|
@ -10,7 +10,7 @@ command: ghostty
|
||||||
rename-desktop-file: com.mitchellh.ghostty.desktop
|
rename-desktop-file: com.mitchellh.ghostty.desktop
|
||||||
rename-appdata-file: com.mitchellh.ghostty.metainfo.xml
|
rename-appdata-file: com.mitchellh.ghostty.metainfo.xml
|
||||||
rename-icon: com.mitchellh.ghostty
|
rename-icon: com.mitchellh.ghostty
|
||||||
desktop-file-name-suffix: " (Devel)"
|
desktop-file-name-suffix: " (Debug)"
|
||||||
finish-args:
|
finish-args:
|
||||||
# 3D rendering
|
# 3D rendering
|
||||||
- --device=dri
|
- --device=dri
|
||||||
Loading…
Reference in New Issue