Skip to content

Commit

Permalink
Whoops, still need these.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmcbrine committed Dec 23, 2020
1 parent 48b9ee8 commit 001617e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mkpkg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source version.py
rm -rf build dist *.pkg *.dmg
python3 setup-pkg.py py2app
cd "dist/Network Remote.app/Contents/Resources/lib/python3.9/lib-dynload"
for f in *.so; do echo $f; codesign --force -s "Developer ID Application: William McBrine" $f; done
for f in *.so; do echo $f; codesign --force -s "3rd Party Mac Developer Application: William McBrine" $f; done
cd ../../../../../../..
codesign --deep --force -s "Developer ID Application: William McBrine" --entitlements entitlements.plist "dist/Network Remote.app"
productbuild --component "dist/Network Remote.app" /Applications --sign "Developer ID Installer: William McBrine" NetworkRemote.pkg
codesign --deep --force -s "3rd Party Mac Developer Application: William McBrine" --entitlements entitlements.plist "dist/Network Remote.app"
productbuild --component "dist/Network Remote.app" /Applications --sign "3rd Party Mac Developer Installer: William McBrine" NetworkRemote.pkg

0 comments on commit 001617e

Please sign in to comment.