Skip to content

Commit

Permalink
fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Jun 10, 2024
1 parent 347b3f9 commit d628784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-linux_x64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit d628784

Please sign in to comment.