Compare commits

...

1 Commits

Author SHA1 Message Date
Eugene
11b5dc71c0 build fix 2023-11-10 21:52:31 +01:00
3 changed files with 3 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,
{ {

View File

@@ -12,6 +12,7 @@ builder({
win: ['nsis', 'zip'], win: ['nsis', 'zip'],
arm64: process.env.ARCH === 'arm64', arm64: process.env.ARCH === 'arm64',
config: { config: {
npmRebuild: true,
extraMetadata: { extraMetadata: {
version: vars.version, version: vars.version,
}, },