Skip to content

Commit

Permalink
fix desktop launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Batcastle committed Mar 19, 2024
1 parent 600d6ce commit 0c7f235
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: edamame
Version: 2.8.3
Version: 2.8.4
Maintainer: Thomas Castleman <batcastle@draugeros.org>
Homepage: https://github.com/drauger-os-development/edamame
Section: admin
Expand Down
2 changes: 1 addition & 1 deletion usr/bin/edamame.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

using namespace std;

str VERSION = "2.8.3";
str VERSION = "2.8.4";
str R = "\033[0;31m";
str G = "\033[0;32m";
str Y = "\033[1;33m";
Expand Down
2 changes: 1 addition & 1 deletion usr/share/applications/edamame.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=Install Drauger OS
Version=1.0
Exec=/usr/bin/Edamame
Exec=/usr/bin/edamame
Icon=system-installer
Type=Application
Terminal=false
Expand Down

0 comments on commit 0c7f235

Please sign in to comment.