File tree Expand file tree Collapse file tree 2 files changed +9
-18
lines changed Expand file tree Collapse file tree 2 files changed +9
-18
lines changed Original file line number Diff line number Diff line change 1
1
dist : trusty
2
-
3
2
language : node_js
4
3
node_js :
5
- - node
6
-
4
+ - node
7
5
os :
8
- - osx
9
- - linux
10
-
11
- env :
12
- - ELECTRON_CACHE=$HOME/.cache/electron
13
- - ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
14
-
6
+ - osx
7
+ - linux
15
8
cache :
16
9
directories :
17
- - node_modules
18
- - $HOME/.cache/electron
19
- - $HOME/.cache/electron-builder
20
-
10
+ - node_modules
11
+ - " $HOME/.cache/electron"
12
+ - " $HOME/.cache/electron-builder"
21
13
script :
22
- - npm run publish
23
-
14
+ - npm run publish
24
15
branches :
25
16
only :
26
- - master
17
+ - master
Original file line number Diff line number Diff line change 12
12
"build" : {
13
13
"appId" : " com.obstudio.thulium" ,
14
14
"win" : {
15
- "target" : " nsis " ,
15
+ "target" : " msi " ,
16
16
"icon" : " assets/icon.ico"
17
17
},
18
18
"mac" : {
You can’t perform that action at this time.
0 commit comments