mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-22 20:40:08 +00:00
build fix
This commit is contained in:
parent
860ee3eaa9
commit
11b5dc71c0
@ -2,6 +2,7 @@
|
|||||||
appId: org.tabby
|
appId: org.tabby
|
||||||
productName: Tabby
|
productName: Tabby
|
||||||
compression: normal
|
compression: normal
|
||||||
|
npmRebuild: false
|
||||||
files:
|
files:
|
||||||
- '**/*'
|
- '**/*'
|
||||||
- dist
|
- dist
|
||||||
|
@ -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,
|
||||||
{
|
{
|
||||||
|
@ -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,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user