File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ deploy:
33
33
- " dist/Mellow*.dmg"
34
34
- " dist/Mellow*.AppImage"
35
35
overwrite : true
36
- skip_cleanup : false
36
+ skip_cleanup : true
37
37
on :
38
38
tags : true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Mellow" ,
3
- "version" : " 0.1.13 " ,
3
+ "version" : " 0.1.14 " ,
4
4
"main" : " src/main.js" ,
5
5
"scripts" : {
6
6
"test" : " jest" ,
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ ORIG_GW=`ip route get 1 | awk '{print $3;exit}'`
13
13
ORIG_ST_SCOPE=` ip route get 1 | awk ' {print $5;exit}' `
14
14
ORIG_ST=` ip route get 1 | awk ' {print $7;exit}' `
15
15
16
- echo " Original send through address $ORIG_ST "
17
- echo " Original send through scope $ORIG_ST_SCOPE "
18
- echo " Original gateway $ORIG_GW "
16
+ echo " Original send through address $ORIG_ST (It should be a valid IP address) "
17
+ echo " Original send through scope $ORIG_ST_SCOPE (It should be a valid network interface name) "
18
+ echo " Original gateway $ORIG_GW (It should be a valid IP address) "
19
19
20
20
if [ -f ` which realpath` ]; then
21
21
CONFIG_FULL_PATH=` realpath $CONFIG_FILE `
You can’t perform that action at this time.
0 commit comments