From 76710f149a5b633f39e65a1b9afbd1f9fcd7faae Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 18 Jan 2020 16:50:27 -0800 Subject: Update package script --- setup/package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup') diff --git a/setup/package.sh b/setup/package.sh index 861b9a51d..7f23069c5 100755 --- a/setup/package.sh +++ b/setup/package.sh @@ -64,7 +64,7 @@ if [ $PLATFORM != "other" ]; then fi if [ $PLATFORM = "all" -o $PLATFORM = "windows-64" ]; then check_requirement "Inno Extractor" "which innoextract" "Missing innoextract binary" - check_requirement "Inno Setup" "ls innosetup-*.exe" "Missing Inno Setup (http://www.jrsoftware.org/isdl.php)" + check_requirement "Inno Setup" "ls i*setup-*.exe" "Missing Inno Setup (http://www.jrsoftware.org/isdl.php)" check_requirement "Windows 64 Java" "ls java-*.windows.ojdkbuild.x86_64.zip" "Missing Windows 64 Java (https://github.com/ojdkbuild/ojdkbuild)" check_requirement "Wine" "which wine" "Missing wine binary" fi @@ -100,7 +100,7 @@ prepare () { cp traccar.xml out/conf if [ $PLATFORM = "all" -o $PLATFORM = "windows-64" ]; then - innoextract innosetup-*.exe >/dev/null + innoextract i*setup-*.exe >/dev/null info "If you got any errors here try Inno Setup version 5.5.5 (or check supported versions using 'innoextract -v')" fi } -- cgit v1.2.3