appimage deployment
This commit is contained in:
13
deploy/appimage/deploy.sh
Executable file
13
deploy/appimage/deploy.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
mkdir -p AppDir/usr/bin
|
||||
cp ../../checks-parser AppDir/usr/bin
|
||||
echo \
|
||||
"[Desktop Entry]
|
||||
Name=Checks parser
|
||||
Exec=usr/bin/checks-parser
|
||||
Icon=checks-parser
|
||||
Type=Application
|
||||
Categories=Utility" \
|
||||
> AppDir/checks-parser.desktop
|
||||
|
||||
linuxdeploy --appdir AppDir -e AppDir/usr/bin/checks-parser --output appimage
|
||||
Reference in New Issue
Block a user