Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit 722848b

Browse files
committed
chore: add .deb and .rpm builds for Linux
1 parent 4776670 commit 722848b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/package.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ export function makePackages(): Promise<null> {
3030
},
3131
win: {
3232
icon: path.resolve(__dirname, '../dist/assets/icon.ico'),
33+
},
34+
linux: {
35+
target: ['deb', 'rpm']
3336
}
3437
}
3538
}).then(() => {

0 commit comments

Comments
 (0)