File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ docker:
11
11
- etc/
12
12
- bin/
13
13
script :
14
- - docker run -v "$(pwd):/src/" cdrx/pyinstaller-linux:python2 "pyinstaller --clean -y --dist ./dist/linux --workpath /tmp autossh.spec && pyinstaller --clean -y --dist ./dist/linux --workpath /tmp tmux.spec && chown -R --reference=. ./dist/linux"
14
+ - docker run -v "$(pwd):/src/" cdrx/pyinstaller-linux:latest "pyinstaller --clean -y --dist ./dist/linux --workpath /tmp autossh.spec && pyinstaller --clean -y --dist ./dist/linux --workpath /tmp tmux.spec && chown -R --reference=. ./dist/linux"
15
15
- mkdir -p etc/tmuxpy bin
16
16
- cp common.conf etc/tmuxpy/
17
17
- cp inner.conf etc/tmuxpy/
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ def get_config(conf_file):
101
101
config_locations = [
102
102
conf_file ,
103
103
expanduser ("~/.tmux/%s" % basename (conf_file )),
104
- expanduser ("~/.tmuxpy/%s" % basename (conf_file ),
104
+ expanduser ("~/.tmuxpy/%s" % basename (conf_file )) ,
105
105
expanduser ("~/.local/etc/tmuxpy/%s" % basename (conf_file )),
106
106
"/usr/local/etc/tmuxpy/%s" % basename (conf_file ),
107
107
"/etc/tmuxpy/%s" % basename (conf_file ),
You can’t perform that action at this time.
0 commit comments