Created
August 17, 2025 19:29
-
-
Save retspen/4f7d456eced397b01296e728dfd020f7 to your computer and use it in GitHub Desktop.
AppImage desktop file exaple
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Desktop Entry] | |
| Name=AppImage | |
| Exec=/home/user/AppImages/Application.AppImage | |
| Icon=/home/user/.icons/appimage.png | |
| Type=Application | |
| Categories=Utility; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment