You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a plugin which installs an app-hook script.
This checks the command line parameters, and if --install-desktop is provided, the script copies the .desktop and icon into the user's local menu config area, or the system one (if run by root), and modifies the Exec so that the AppImage is executed.
./MyApplication.AppImage --install-desktop
will add the AppImage application to the start menu for the current user.
I've created a plugin which installs an app-hook script.
This checks the command line parameters, and if --install-desktop is provided, the script copies the .desktop and icon into the user's local menu config area, or the system one (if run by root), and modifies the Exec so that the AppImage is executed.
./MyApplication.AppImage --install-desktop
will add the AppImage application to the start menu for the current user.
linuxdeploy-plugin-installdesktop.txt
The text was updated successfully, but these errors were encountered: