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

Commit 199d29b

Browse files
committed
Add Linux Distro
1 parent 0137641 commit 199d29b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/lightning-desktop/package.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,8 @@ function startPack() {
9999
]
100100
).then(() => {
101101
if (shouldBuildAll) {
102-
// const archs = ['ia32', 'x64']
103102
const archs = ['x64']
104-
// const platforms = ['linux', 'win32', 'darwin']
105-
const platforms = ['win32', 'darwin']
103+
const platforms = ['linux', 'win32', 'darwin']
106104

107105
platforms.forEach((plat) => {
108106
archs.forEach((arch) => {

0 commit comments

Comments
 (0)