Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 35d61c7

Browse files
author
axtloss
committed
Change binary to jade-gui
1 parent 698ffe0 commit 35d61c7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

al.getcryst.jadegui.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"runtime": "org.gnome.Platform",
44
"runtime-version": "43",
55
"sdk": "org.gnome.Sdk",
6-
"command": "jade_gui",
6+
"command": "jade-gui",
77
"finish-args": [
88
"--share=network",
99
"--share=ipc",

al.getcryst.jadegui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"runtime": "org.gnome.Platform",
44
"runtime-version": "43",
55
"sdk": "org.gnome.Sdk",
6-
"command": "jade_gui",
6+
"command": "jade-gui",
77
"finish-args": [
88
"--share=network",
99
"--share=ipc",

data/al.getcryst.jadegui.desktop.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Desktop Entry]
22
Name=Install Crystal Linux
33

4-
Exec=jade_gui
4+
Exec=jade-gui
55

66
Icon=al.getcryst.jadegui
77

src/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ conf.set('pkgdatadir', pkgdatadir)
2727

2828
configure_file(
2929
input: 'jade_gui.in',
30-
output: 'jade_gui',
30+
output: 'jade-gui',
3131
configuration: conf,
3232
install: true,
3333
install_dir: get_option('bindir')

0 commit comments

Comments
 (0)