Update draft_new_release.yml

This commit is contained in:
Nindi Gill 2023-06-23 09:04:59 +10:00
parent 7d380d7d3d
commit c71397e410
No known key found for this signature in database
GPG key ID: FF9A7FD590D4F4B1

View file

@ -71,6 +71,9 @@ jobs:
ditto "Export/Mist.app" "$PACKAGE_TEMP/Applications/Mist.app"
cp "com.ninxsoft.mist.helper.plist" "$PACKAGE_TEMP/Library/LaunchDaemons/com.ninxsoft.mist.helper.plist"
cp "Export/Mist.app/Contents/Library/LaunchServices/com.ninxsoft.mist.helper" "$PACKAGE_TEMP/Library/PrivilegedHelperTools/com.ninxsoft.mist.helper"
chmod 644 "$PACKAGE_TEMP/Library/LaunchDaemons/com.ninxsoft.mist.helper.plist"
chmod 544 "$PACKAGE_TEMP/Library/PrivilegedHelperTools/com.ninxsoft.mist.helper"
rm "Scripts/uninstall.sh"
pkgbuild --root "$PACKAGE_TEMP" \
--identifier "$PACKAGE_IDENTIFIER" \
--version "${{ env.APP_VERSION }}" \