fix: Try to fix mac os signing problem

This commit is contained in:
Nova 2024-09-01 01:48:07 +03:30
parent 5f07bee684
commit 9c40ff5712
No known key found for this signature in database
GPG Key ID: 389787EC83F5D73A
2 changed files with 2 additions and 2 deletions

View File

@ -29,6 +29,8 @@ pushd $BUILD
macdeployqt nekoray.app -verbose=3 macdeployqt nekoray.app -verbose=3
popd popd
codesign --force --deep --sign - $BUILD/nekoray.app
#### pack dmg ### #### pack dmg ###
sudo npm install -g appdmg sudo npm install -g appdmg
appdmg appdmg.json $DEST/nekoray.dmg appdmg appdmg.json $DEST/nekoray.dmg

View File

@ -22,8 +22,6 @@
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string> <string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string> <string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
<key>CSResourcesFileMapped</key> <key>CSResourcesFileMapped</key>