Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Nov 10, 2023
1 parent 31b063a commit 4c0231c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
appId: org.tabby
productName: Tabby
compression: normal
npmRebuild: false
files:
- '**/*'
- dist
Expand Down
1 change: 1 addition & 0 deletions scripts/build-macos.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ builder({
teamId: process.env.APPLE_TEAM_ID,
} : false,
},
npmRebuild: true,
publish: process.env.KEYGEN_TOKEN ? [
vars.keygenConfig,
{
Expand Down

0 comments on commit 4c0231c

Please sign in to comment.