From 35d61c79b007f5bb4284aa691ba10d56690bfc20 Mon Sep 17 00:00:00 2001 From: axtloss Date: Thu, 20 Oct 2022 17:40:50 +0200 Subject: [PATCH] Change binary to jade-gui --- al.getcryst.jadegui.json | 2 +- al.getcryst.jadegui.yml | 2 +- data/al.getcryst.jadegui.desktop.in | 2 +- src/meson.build | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/al.getcryst.jadegui.json b/al.getcryst.jadegui.json index 503c33b..54273f4 100644 --- a/al.getcryst.jadegui.json +++ b/al.getcryst.jadegui.json @@ -3,7 +3,7 @@ "runtime": "org.gnome.Platform", "runtime-version": "43", "sdk": "org.gnome.Sdk", - "command": "jade_gui", + "command": "jade-gui", "finish-args": [ "--share=network", "--share=ipc", diff --git a/al.getcryst.jadegui.yml b/al.getcryst.jadegui.yml index 503c33b..54273f4 100644 --- a/al.getcryst.jadegui.yml +++ b/al.getcryst.jadegui.yml @@ -3,7 +3,7 @@ "runtime": "org.gnome.Platform", "runtime-version": "43", "sdk": "org.gnome.Sdk", - "command": "jade_gui", + "command": "jade-gui", "finish-args": [ "--share=network", "--share=ipc", diff --git a/data/al.getcryst.jadegui.desktop.in b/data/al.getcryst.jadegui.desktop.in index e61a7e6..1222bf5 100644 --- a/data/al.getcryst.jadegui.desktop.in +++ b/data/al.getcryst.jadegui.desktop.in @@ -1,7 +1,7 @@ [Desktop Entry] Name=Install Crystal Linux -Exec=jade_gui +Exec=jade-gui Icon=al.getcryst.jadegui diff --git a/src/meson.build b/src/meson.build index 735a53b..1ca5634 100644 --- a/src/meson.build +++ b/src/meson.build @@ -27,7 +27,7 @@ conf.set('pkgdatadir', pkgdatadir) configure_file( input: 'jade_gui.in', - output: 'jade_gui', + output: 'jade-gui', configuration: conf, install: true, install_dir: get_option('bindir')