From 1f9565be58fe67b5abb5cbb1e398461cda3138c8 Mon Sep 17 00:00:00 2001 From: eycorsican Date: Sat, 7 Mar 2020 11:01:57 +0800 Subject: [PATCH] add hints and bump version --- .travis.yml | 2 +- package.json | 2 +- scripts/run_linux.sh | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 93ad854..4ae5dd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,6 @@ deploy: - "dist/Mellow*.dmg" - "dist/Mellow*.AppImage" overwrite: true - skip_cleanup: false + skip_cleanup: true on: tags: true diff --git a/package.json b/package.json index a285a04..6e76b59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Mellow", - "version": "0.1.13", + "version": "0.1.14", "main": "src/main.js", "scripts": { "test": "jest", diff --git a/scripts/run_linux.sh b/scripts/run_linux.sh index fef655c..06f1916 100755 --- a/scripts/run_linux.sh +++ b/scripts/run_linux.sh @@ -13,9 +13,9 @@ ORIG_GW=`ip route get 1 | awk '{print $3;exit}'` ORIG_ST_SCOPE=`ip route get 1 | awk '{print $5;exit}'` ORIG_ST=`ip route get 1 | awk '{print $7;exit}'` -echo "Original send through address $ORIG_ST" -echo "Original send through scope $ORIG_ST_SCOPE" -echo "Original gateway $ORIG_GW" +echo "Original send through address $ORIG_ST (It should be a valid IP address)" +echo "Original send through scope $ORIG_ST_SCOPE (It should be a valid network interface name)" +echo "Original gateway $ORIG_GW (It should be a valid IP address)" if [ -f `which realpath` ]; then CONFIG_FULL_PATH=`realpath $CONFIG_FILE`