Skip to content

Commit

Permalink
Merge pull request #233 from DropSnorz/ci/fix-deb-packaging
Browse files Browse the repository at this point in the history
Fix deb packaging path after openjdk 21 update
  • Loading branch information
DropSnorz committed Feb 11, 2024
2 parents 47e65e2 + c666a4a commit 39f0305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/package-deb.sh
Expand Up @@ -18,7 +18,7 @@ jpackage --input ./input/ --name OwlPlug --main-class org.springframework.boot.l
--linux-package-name owlplug --linux-deb-maintainer contact@owlplug.com \
--linux-menu-group "AudioVideo;Audio" --linux-shortcut

mv ./output/owlplug_$owlplugversion-1_amd64.deb ./output/OwlPlug-$owlplugversion.deb
mv ./output/owlplug_${owlplugversion}_amd64.deb ./output/OwlPlug-$owlplugversion.deb

ls ./output

Expand Down

0 comments on commit 39f0305

Please sign in to comment.