Skip to content

Commit

Permalink
Merge pull request #300 from knocte/wip/noDebug
Browse files Browse the repository at this point in the history
Frontend-GNOME: remove --debug flag from launcher script
  • Loading branch information
meebey authored Apr 17, 2024
2 parents 49a5553 + 2f6913b commit fbcc411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Frontend-GNOME/smuxi-frontend-gnome.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ chmod 700 $SMUXI_TMP
TMP=$SMUXI_TMP
export TMP

exec mono --debug "@expanded_libdir@/@PACKAGE@/smuxi-frontend-gnome.exe" "$@"
exec mono "@expanded_libdir@/@PACKAGE@/smuxi-frontend-gnome.exe" "$@"

0 comments on commit fbcc411

Please sign in to comment.