summaryrefslogtreecommitdiff
path: root/publish.sh
diff options
context:
space:
mode:
authorJakob Heher <jakob.heher@iaik.tugraz.at>2022-04-29 12:41:46 +0200
committerJakob Heher <jakob.heher@iaik.tugraz.at>2022-04-29 12:41:46 +0200
commitf698352c3379b27e338c054e078e70eac9ff4de5 (patch)
treeffcbf8db89d56ab72bceea3eb29cab09ec329bcd /publish.sh
parentc4511a534ce10104664d58c48c52ec0842a1056b (diff)
downloadpdf-over-f698352c3379b27e338c054e078e70eac9ff4de5.tar.gz
pdf-over-f698352c3379b27e338c054e078e70eac9ff4de5.tar.bz2
pdf-over-f698352c3379b27e338c054e078e70eac9ff4de5.zip
other pom cleanups:
- auto-extract bundled jre - auto-build zip archive - only build jar installer for linux - only include icons where necessary
Diffstat (limited to 'publish.sh')
-rwxr-xr-xpublish.sh13
1 files changed, 2 insertions, 11 deletions
diff --git a/publish.sh b/publish.sh
index fe969990..e2ac154c 100755
--- a/publish.sh
+++ b/publish.sh
@@ -57,8 +57,8 @@ else
end_phase "FAILED"
fi
-profiles=( linux windows mac )
-names=( linux windows mac )
+profiles=( linux windows mac mac-aarch64 )
+names=( linux windows mac mac-aarch64 )
if [[ "$1" != "" ]] && [[ "$1" == "--profiles" ]]; then
profiles=( $2 )
names=( $2 )
@@ -80,15 +80,6 @@ for (( i = 0 ; i < ${#names[@]} ; i++ )) do
end_phase "FAILED"
continue
fi
-
- begin_phase "Copying Installer..."
- cp "./pdf-over-gui/target/staging/$PROFILE/setup.jar" "$PUBLISH_DIR/$INSTALLER"
- RETVAL=$?
- if [ $RETVAL -eq 0 ]; then
- end_phase "OK"
- else
- end_phase "FAILED"
- fi
done
begin_phase "Building JNLP..."