appimage deployment
This commit is contained in:
parent
41463c7f87
commit
2c99f422d3
|
@ -1 +0,0 @@
|
||||||
checks-parser.png
|
|
Before Width: | Height: | Size: 17 B After Width: | Height: | Size: 627 KiB |
Binary file not shown.
Before Width: | Height: | Size: 17 B After Width: | Height: | Size: 627 KiB |
|
@ -1 +0,0 @@
|
||||||
usr/bin/checks-parser
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
export TESSDATA_PREFIX=$APPDIR/usr/share/tesseract-ocr/4.00/tessdata
|
||||||
|
|
||||||
|
$APPDIR/usr/bin/checks-parser
|
|
@ -4,4 +4,4 @@ Exec=usr/bin/checks-parser
|
||||||
Icon=checks-parser
|
Icon=checks-parser
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Utility;
|
Categories=Utility;
|
||||||
X-AppImage-Version=c941264
|
X-AppImage-Version=41463c7
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
# Generated by linuxdeployqt
|
||||||
|
# https://github.com/probonopd/linuxdeployqt/
|
||||||
|
[Paths]
|
||||||
|
Prefix = ./
|
||||||
|
Plugins = plugins
|
||||||
|
Imports = qml
|
||||||
|
Qml2Imports = qml
|
|
@ -15,9 +15,10 @@ Categories=Utility;" \
|
||||||
> AppDir/checks-parser.desktop
|
> AppDir/checks-parser.desktop
|
||||||
|
|
||||||
echo \
|
echo \
|
||||||
"#!/usr/bin/env bash
|
"#!/bin/bash
|
||||||
export TESSDATA_PREFIX=usr/share/tesseract-ocr/4.00/tessdata
|
export TESSDATA_PREFIX=\$APPDIR/usr/share/tesseract-ocr/4.00/tessdata
|
||||||
./usr/bin/checks-parser" \
|
|
||||||
|
\$APPDIR/usr/bin/checks-parser" \
|
||||||
> AppDir/AppRun
|
> AppDir/AppRun
|
||||||
|
|
||||||
chmod +x AppDir/AppRun
|
chmod +x AppDir/AppRun
|
||||||
|
|
Loading…
Reference in New Issue