mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-22 12:29:53 +00:00
build fix
This commit is contained in:
parent
860ee3eaa9
commit
11b5dc71c0
@ -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,
|
||||
{
|
||||
|
@ -12,6 +12,7 @@ builder({
|
||||
win: ['nsis', 'zip'],
|
||||
arm64: process.env.ARCH === 'arm64',
|
||||
config: {
|
||||
npmRebuild: true,
|
||||
extraMetadata: {
|
||||
version: vars.version,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user