appimage deployment

This commit is contained in:
leca 2024-12-03 03:45:58 +03:00
parent 41463c7f87
commit 2c99f422d3
6 changed files with 16 additions and 6 deletions

View File

@ -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

View File

@ -1 +0,0 @@
usr/bin/checks-parser

4
deploy/appimage/AppDir/AppRun Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
export TESSDATA_PREFIX=$APPDIR/usr/share/tesseract-ocr/4.00/tessdata
$APPDIR/usr/bin/checks-parser

View File

@ -4,4 +4,4 @@ Exec=usr/bin/checks-parser
Icon=checks-parser
Type=Application
Categories=Utility;
X-AppImage-Version=c941264
X-AppImage-Version=41463c7

View File

@ -0,0 +1,7 @@
# Generated by linuxdeployqt
# https://github.com/probonopd/linuxdeployqt/
[Paths]
Prefix = ./
Plugins = plugins
Imports = qml
Qml2Imports = qml

View File

@ -15,9 +15,10 @@ Categories=Utility;" \
> AppDir/checks-parser.desktop
echo \
"#!/usr/bin/env bash
export TESSDATA_PREFIX=usr/share/tesseract-ocr/4.00/tessdata
./usr/bin/checks-parser" \
"#!/bin/bash
export TESSDATA_PREFIX=\$APPDIR/usr/share/tesseract-ocr/4.00/tessdata
\$APPDIR/usr/bin/checks-parser" \
> AppDir/AppRun
chmod +x AppDir/AppRun

View File

@ -1 +0,0 @@
2024/12/02 13:43:54 Micro started