mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
Update build-linux.js
This commit is contained in:
parent
dfbbb68286
commit
27ff57e47e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ const isCI = !!process.env.GITHUB_REF
|
|||
|
||||
builder({
|
||||
dir: true,
|
||||
linux: ['snap', 'deb', 'rpm', 'tar.gz'],
|
||||
linux: ['deb', 'tar.gz', 'snap'],
|
||||
config: {
|
||||
extraMetadata: {
|
||||
version: vars.version,
|
||||
|
|
Loading…
Reference in a new issue