mirror of
https://github.com/Eugeny/tabby
synced 2024-12-12 14:22:43 +00:00
fixes
This commit is contained in:
parent
31b063a964
commit
4c0231cd67
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
appId: org.tabby
|
||||
productName: Tabby
|
||||
compression: normal
|
||||
npmRebuild: false
|
||||
files:
|
||||
- '**/*'
|
||||
- dist
|
||||
|
|
|
@ -32,6 +32,7 @@ builder({
|
|||
teamId: process.env.APPLE_TEAM_ID,
|
||||
} : false,
|
||||
},
|
||||
npmRebuild: true,
|
||||
publish: process.env.KEYGEN_TOKEN ? [
|
||||
vars.keygenConfig,
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue