diff --git a/.github/workflows/draft_new_release.yml b/.github/workflows/draft_new_release.yml index 04e287c..631f3d1 100644 --- a/.github/workflows/draft_new_release.yml +++ b/.github/workflows/draft_new_release.yml @@ -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 }}" \