Skip to content

Commit

Permalink
add hints and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eycorsican committed Mar 7, 2020
1 parent 26d064b commit 1f9565b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ deploy:
- "dist/Mellow*.dmg"
- "dist/Mellow*.AppImage"
overwrite: true
skip_cleanup: false
skip_cleanup: true
on:
tags: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Mellow",
"version": "0.1.13",
"version": "0.1.14",
"main": "src/main.js",
"scripts": {
"test": "jest",
Expand Down
6 changes: 3 additions & 3 deletions scripts/run_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 1f9565b

Please sign in to comment.