mirror of
https://github.com/Eugeny/tabby.git
synced 2025-02-23 14:59:41 +08:00
fixes
This commit is contained in:
parent
31b063a964
commit
4c0231cd67
@ -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 New Issue
Block a user