mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-23 03:27:13 -04:00
Update draft_new_release.yml
This commit is contained in:
parent
7d380d7d3d
commit
c71397e410
1 changed files with 3 additions and 0 deletions
3
.github/workflows/draft_new_release.yml
vendored
3
.github/workflows/draft_new_release.yml
vendored
|
@ -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 }}" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue