Skip to content

Commit

Permalink
fix: disable macos sign temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Feb 21, 2023
1 parent 2a12ffc commit c621ac3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-desktop-release.yml
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions resources/forge.config.js
Expand Up @@ -11,6 +11,7 @@ module.exports = {
"schemes":"logseq"
}
],
/*
osxSign: {
identity: 'Developer ID Application: Tiansheng Qin',
'hardened-runtime': true,
Expand All @@ -23,6 +24,7 @@ module.exports = {
appleIdPassword: process.env['APPLE_ID_PASSWORD'],
ascProvider: process.env['APPLE_ASC_PROVIDER']
},
*/
},
makers: [
{
Expand Down

0 comments on commit c621ac3

Please sign in to comment.