Skip to content

Commit

Permalink
Merge pull request #7 from LeMoonStar/fix-missing-url-parameter
Browse files Browse the repository at this point in the history
Added missing url parameter in .desktop
  • Loading branch information
mauro-balades authored Oct 9, 2024
2 parents 4cdb295 + e5f15e3 commit 3170875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appimage.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ process_appimage() {
sub(/^[^ ]+/, "", parts[2]) # Remove the first word (original command)
print "Exec=" home "/.local/share/AppImage/" app_name ".AppImage" parts[2]
} else {
print "Exec=" home "/.local/share/AppImage/" app_name ".AppImage"
print "Exec=" home "/.local/share/AppImage/" app_name ".AppImage %u"
}
next
}
Expand Down

0 comments on commit 3170875

Please sign in to comment.