Skip to content

Commit 7f72293

Browse files
committed
Enable passing Commandline arguments to Gitnuro
1 parent 737b94d commit 7f72293

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

com.jetpackduba.Gitnuro.desktop

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Desktop Entry]
2-
Exec=gitnuro
2+
Exec=gitnuro %U
33
Icon=com.jetpackduba.Gitnuro
44
Name=Gitnuro
55
Type=Application

gitnuro

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#/bin/sh
2-
/app/jre/bin/java -jar /app/share/Gitnuro.jar --flatpak
2+
/app/jre/bin/java -jar /app/share/Gitnuro.jar "$@"

0 commit comments

Comments
 (0)