Browse Source

fix: disable macos sign temporarily

Andelf 2 years ago
parent
commit
c621ac30e8
2 changed files with 4 additions and 0 deletions
  1. 2 0
      .github/workflows/build-desktop-release.yml
  2. 2 0
      resources/forge.config.js

+ 2 - 0
.github/workflows/build-desktop-release.yml

@@ -492,6 +492,8 @@ jobs:
           body: |
             This is a nightly release of the Logseq desktop app.
             It's unstable compared to the official releases, **use it with caution**!
+
+            Known Issue: macOS build is not signed, so you need to allow it to run in System Preferences -> Security & Privacy -> General.
           files: |
             ./SHA256SUMS.txt
             ./*.zip

+ 2 - 0
resources/forge.config.js

@@ -11,6 +11,7 @@ module.exports = {
         "schemes":"logseq"
       }
     ],
+    /*
     osxSign: {
       identity: 'Developer ID Application: Tiansheng Qin',
       'hardened-runtime': true,
@@ -23,6 +24,7 @@ module.exports = {
       appleIdPassword: process.env['APPLE_ID_PASSWORD'],
       ascProvider: process.env['APPLE_ASC_PROVIDER']
     },
+    */
   },
   makers: [
     {