AppImage example
This commit is contained in:
5
projects/AppImage/MyApp.AppDir/AppRun
Executable file
5
projects/AppImage/MyApp.AppDir/AppRun
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
touch ~/ololo.names
|
||||
|
||||
$APPDIR/usr/bin/myapp
|
||||
6
projects/AppImage/MyApp.AppDir/myapp.desktop
Normal file
6
projects/AppImage/MyApp.AppDir/myapp.desktop
Normal file
@@ -0,0 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Name=MyApp
|
||||
Exec=myapp
|
||||
Icon=myapp
|
||||
Type=Application
|
||||
Categories=Utility;
|
||||
Reference in New Issue
Block a user