aboutsummaryrefslogtreecommitdiff
path: root/setup/package.sh
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2020-01-18 16:50:27 -0800
committerAnton Tananaev <anton.tananaev@gmail.com>2020-01-18 16:50:27 -0800
commit76710f149a5b633f39e65a1b9afbd1f9fcd7faae (patch)
tree3fae5ef94716914929a8c8a031a42f282670dac1 /setup/package.sh
parent74739d1c442d4543d70bd6f67569b1338323e83f (diff)
downloadtraccar-server-76710f149a5b633f39e65a1b9afbd1f9fcd7faae.tar.gz
traccar-server-76710f149a5b633f39e65a1b9afbd1f9fcd7faae.tar.bz2
traccar-server-76710f149a5b633f39e65a1b9afbd1f9fcd7faae.zip
Update package script
Diffstat (limited to 'setup/package.sh')
-rwxr-xr-xsetup/package.sh4
1 files changed, 2 insertions, 2 deletions
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
}