mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-10 18:34:36 +00:00
build fixes
This commit is contained in:
@@ -16,6 +16,7 @@ if (process.env.GITHUB_HEAD_REF) {
|
||||
builder({
|
||||
dir: true,
|
||||
mac: ['pkg', 'zip'],
|
||||
x64: process.env.ARCH === 'x86_64',
|
||||
arm64: process.env.ARCH === 'arm64',
|
||||
config: {
|
||||
extraMetadata: {
|
||||
|
@@ -28,6 +28,7 @@ vars.builtinPlugins.forEach(plugin => {
|
||||
electronVersion: vars.electronVersion,
|
||||
arch: process.env.ARCH ?? process.arch,
|
||||
force: true,
|
||||
useCache: false,
|
||||
})
|
||||
}
|
||||
sh.cd('..')
|
||||
|
Reference in New Issue
Block a user