Skip to content

Commit

Permalink
Update apm
Browse files Browse the repository at this point in the history
  • Loading branch information
vikdevelop authored May 19, 2022
1 parent 00709e8 commit b09d81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if args.install in jsonObject:
f.write("[Desktop Entry]\n")
f.write("Name=" + args.install + "\n")
f.write("Type=Application\n")
f.write("Exec=$HOME/.AppImage/" + args.install + ".AppImage")
f.write("Exec=$HOME/.AppImage/" + args.install + ".AppImage\n")
f.write("Icon=AppImage\n")
f.write("Categories=Tool\n")
f.write("Comment=This is Appimage of " + args.install)
Expand Down

0 comments on commit b09d81d

Please sign in to comment.