From: Debayan Sutradhar Date: Tue, 22 Jun 2021 12:42:55 +0530 Subject: Added PKG type --- Added PKG type --- --- 'a/.github/workflows/build.yml' +++ b/.github/workflows/build.yml @@ -138,15 +138,15 @@ jobs: --icon assets/macos-icon.icns \ --license-file LICENSE.txt \ --type dmg - cd $INSTALL_DIR - mv *.dmg stream-pi-server-macos-x64-${{ env.VERSION }}.dmg # Create DMG .github/scripts/jpackage.sh \ --icon assets/macos-icon.icns \ --license-file LICENSE.txt \ --type pkg + cd $INSTALL_DIR + mv *.dmg stream-pi-server-macos-x64-${{ env.VERSION }}.dmg mv *.pkg stream-pi-server-macos-x64-${{ env.VERSION }}.pkg env: MAIN_CLASS: com.stream_pi.server.Main