server
Clone or download
Modified Files
--- 'a/.github/scripts/jpackage.bat'
+++ b/.github/scripts/jpackage.bat
@@ -19,6 +19,7 @@ set /p VERSION=<version.txt
--win-dir-chooser ^
--win-menu ^
--win-menu-group "Stream-Pi" ^
+--license-file LICENSE.txt ^
--vendor "Stream-Pi"
echo Done now renaming ..
--- 'a/.github/workflows/build.yml'
+++ b/.github/workflows/build.yml
@@ -58,6 +58,7 @@ jobs:
--icon assets/linux-icon.png \
--app-version ${{ env.VERSION }} \
--linux-menu-group "Stream-Pi" \
+ --license-file LICENSE.txt \
--type deb
# Create App Image
@@ -135,6 +136,7 @@ jobs:
# Create DMG
.github/scripts/jpackage.sh \
--icon assets/macos-icon.icns \
+ --license-file LICENSE.txt \
--type dmg
cd $INSTALL_DIR
mv *.dmg stream-pi-server-macos-x64-${{ env.VERSION }}.dmg
--- 'a/.github/workflows/release.yml'
+++ b/.github/workflows/release.yml
@@ -54,7 +54,7 @@ jobs:
uses: ncipollo/release-action@v1.8.6
with:
allowUpdates: true
- name: Stream-Pi-Server ${{ env.VERSION }}
+ name: ${{ env.VERSION }}
artifacts: target/install/*
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ env.VERSION }}