From d6287841b770ffec8c686090c94244c1bd54fd68 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Mon, 10 Jun 2024 15:15:05 -0400 Subject: [PATCH] fix linux build --- package-linux_x64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-linux_x64.sh b/package-linux_x64.sh index 8be83a2..35d6594 100644 --- a/package-linux_x64.sh +++ b/package-linux_x64.sh @@ -82,7 +82,7 @@ fi echo "Testing executable:" ./$NAME-$ARCH.AppImage one two echo "Building .deb..." -rm *.deb +rm -rf *.deb $JAVA_HOME/bin/jpackage --input $BUILDDIR \ --name $NAME \ --main-jar $TARGETJAR \