From 76373c99ab2f31ba71471197ad576793d94658a8 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Thu, 6 Jan 2022 11:02:37 +0100 Subject: [PATCH] added start script, fixed translation --- BelegScanner | 10 ++++++++++ pom.xml | 2 +- resources/translations/Application.de.translation | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100755 BelegScanner diff --git a/BelegScanner b/BelegScanner new file mode 100755 index 0000000..60f54d6 --- /dev/null +++ b/BelegScanner @@ -0,0 +1,10 @@ +#!/bin/bash +cd $(dirname $0) +if [ -f target/BelegScanner*with-dependencies.jar ]; then + echo jar exists. +else + echo building application + require-install mvn maven + mvn clean install +fi +java -Dlogback.configurationFile=resources/logback.xml -jar target/BelegScanner*with-dependencies.jar diff --git a/pom.xml b/pom.xml index 7579a63..25ee335 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 BelegScanner BelegScanner - 1.0.3 + 1.0.4 BelegScanner jar diff --git a/resources/translations/Application.de.translation b/resources/translations/Application.de.translation index f6fd384..f0d2a6f 100644 --- a/resources/translations/Application.de.translation +++ b/resources/translations/Application.de.translation @@ -18,7 +18,7 @@ OCR failed. : OCR fehlgeschlagen. open folder : Ordner öffnen Path '{}' does not exist! : Pfad '{}' existiert nicht! Path : Pfad -PDFs joined. : Zusammengefügt.: +PDFs joined. : Zusammengefügt. Press Shift + Delete to remove an entry. : Drücken Sie Umschalt + Entf um einen Eintrag zu löschen Scan failed. : Scannen fehlgeschlagen. Scanning… : Scanne…