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

Commit 0ceb27e

Browse files
committed
Add Snapcraft builds
1 parent ab55aab commit 0ceb27e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ script:
1919
-v ${PWD}:/project \
2020
-v ~/.cache/electron:/root/.cache/electron \
2121
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
22-
electronuserland/builder:wine \
22+
electronuserland/builder \
2323
/bin/bash -c "npm install -g greenkeeper-lockfile@1 && npm run install-linux && greenkeeper-lockfile-update && npm run build && greenkeeper-lockfile-upload"
2424
2525
before_cache:

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,17 @@
5959
"ia32",
6060
"armv7l"
6161
]
62+
},
63+
{
64+
"target": "snap",
65+
"arch": [
66+
"x64",
67+
"ia32",
68+
"armv7l"
69+
]
6270
}
6371
],
72+
"category": "System",
6473
"icon": "media/linuxIcons"
6574
},
6675
"win": {
@@ -82,6 +91,6 @@
8291
"electron-builder": "19.52.1",
8392
"electron-rebuild": "1.6.0",
8493
"node-json-minify": "1.0.0",
85-
"uglify-es": "^3.3.4"
94+
"uglify-es": "3.3.4"
8695
}
8796
}

0 commit comments

Comments
 (0)