mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-18 20:50:09 +08:00
fix: Try to fix mac os signing problem
This commit is contained in:
parent
5f07bee684
commit
9c40ff5712
@ -29,6 +29,8 @@ pushd $BUILD
|
||||
macdeployqt nekoray.app -verbose=3
|
||||
popd
|
||||
|
||||
codesign --force --deep --sign - $BUILD/nekoray.app
|
||||
|
||||
#### pack dmg ###
|
||||
sudo npm install -g appdmg
|
||||
appdmg appdmg.json $DEST/nekoray.dmg
|
||||
@ -22,8 +22,6 @@
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
|
||||
<key>CSResourcesFileMapped</key>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user