Compare commits
2 Commits
1a0f756efc
...
daa7d43c1b
| Author | SHA1 | Date | |
|---|---|---|---|
| daa7d43c1b | |||
| b9a7808960 |
@@ -1,8 +1,6 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Checks parser
|
Name=Checks parser
|
||||||
Type=Application
|
Exec=usr/bin/checks-parser
|
||||||
Terminal=false
|
|
||||||
NoDisplay=false
|
|
||||||
Exec=checks-parser
|
|
||||||
Categories=Utility;
|
|
||||||
Icon=checks-parser
|
Icon=checks-parser
|
||||||
|
Type=Application
|
||||||
|
Categories=Utility
|
||||||
|
|||||||
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