This commit is contained in:
Eugene 2023-11-10 16:01:55 +01:00
parent 31b063a964
commit 4c0231cd67
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
appId: org.tabby appId: org.tabby
productName: Tabby productName: Tabby
compression: normal compression: normal
npmRebuild: false
files: files:
- '**/*' - '**/*'
- dist - dist

View File

@ -32,6 +32,7 @@ builder({
teamId: process.env.APPLE_TEAM_ID, teamId: process.env.APPLE_TEAM_ID,
} : false, } : false,
}, },
npmRebuild: true,
publish: process.env.KEYGEN_TOKEN ? [ publish: process.env.KEYGEN_TOKEN ? [
vars.keygenConfig, vars.keygenConfig,
{ {