Skip to content

Commit 1f9565b

Browse files
committed
add hints and bump version
1 parent 26d064b commit 1f9565b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ deploy:
3333
- "dist/Mellow*.dmg"
3434
- "dist/Mellow*.AppImage"
3535
overwrite: true
36-
skip_cleanup: false
36+
skip_cleanup: true
3737
on:
3838
tags: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Mellow",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"main": "src/main.js",
55
"scripts": {
66
"test": "jest",

scripts/run_linux.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ ORIG_GW=`ip route get 1 | awk '{print $3;exit}'`
1313
ORIG_ST_SCOPE=`ip route get 1 | awk '{print $5;exit}'`
1414
ORIG_ST=`ip route get 1 | awk '{print $7;exit}'`
1515

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)"
1919

2020
if [ -f `which realpath` ]; then
2121
CONFIG_FULL_PATH=`realpath $CONFIG_FILE`

0 commit comments

Comments
 (0)