Skip to content

Commit

Permalink
Fix: gokuw script #48
Browse files Browse the repository at this point in the history
  • Loading branch information
yqrashawn committed Jan 31, 2020
1 parent 69f6e4b commit 4d33018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ script:
- make test-binary
- touch gokuw
- echo '#!/bin/sh' >> gokuw
- echo 'watchexec -r -w ~/.config/karabiner.edn /usr/local/opt/goku/bin/goku' >> gokuw
- echo 'watchexec -r -w `[[ -z $GOKU_EDN_CONFIG_FILE ]] && echo ~/.config/karabiner.edn || echo $GOKU_EDN_CONFIG_FILE` /usr/local/opt/goku/bin/goku' >> gokuw
- "./goku"
- chmod +x gokuw
- tar czf goku.tar.gz goku gokuw
Expand Down

0 comments on commit 4d33018

Please sign in to comment.