AppImage example

This commit is contained in:
2024-03-20 00:21:51 +03:00
parent 1cb337c7b1
commit c7fd1da457
6 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/sh
touch ~/ololo.names
$APPDIR/usr/bin/myapp

View File

@@ -0,0 +1,6 @@
[Desktop Entry]
Name=MyApp
Exec=myapp
Icon=myapp
Type=Application
Categories=Utility;