From 8c05c774bf1568a0b4e0f241487613229185acfe Mon Sep 17 00:00:00 2001 From: Ralph Plawetzki Date: Thu, 25 May 2023 18:15:39 +0200 Subject: [PATCH] Remove unneeded cp launcher.sh --- dist/linux/appimage/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/linux/appimage/build.sh b/dist/linux/appimage/build.sh index 10336b53c..08e264c85 100755 --- a/dist/linux/appimage/build.sh +++ b/dist/linux/appimage/build.sh @@ -16,7 +16,6 @@ mvn -f ../../../pom.xml versions:set -DnewVersion=${SEMVER_STR} # compile mvn -B -f ../../../pom.xml clean package -Plinux -DskipTests cp ../../../LICENSE.txt ../../../target -cp ../launcher.sh ../../../target cp ../../../target/cryptomator-*.jar ../../../target/mods # add runtime