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

Commit

Permalink
Change binary to jade-gui
Browse files Browse the repository at this point in the history
  • Loading branch information
axtloss committed Oct 20, 2022
1 parent 698ffe0 commit 35d61c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion al.getcryst.jadegui.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion al.getcryst.jadegui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion data/al.getcryst.jadegui.desktop.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=Install Crystal Linux

Exec=jade_gui
Exec=jade-gui

Icon=al.getcryst.jadegui

Expand Down
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 35d61c7

Please sign in to comment.