We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96b74b commit 160c304Copy full SHA for 160c304
1 file changed
.travis.yml
@@ -60,7 +60,7 @@ script:
60
before_deploy:
61
- $PRUN $PBIN install pyinstaller pywin32
62
- |
63
- curl -sL "https://api.github.com/repos/3ll3d00d/ezmote/releases/assets/13106720" -o ezmote.tar.gz -H 'Accept: application/octet-stream'
+ curl -sL "https://api.github.com/repos/3ll3d00d/ezmote/releases/assets/13110457" -o ezmote.tar.gz -H 'Accept: application/octet-stream'
64
- mkdir ezmote
65
- tar xvfz ezmote.tar.gz -C ezmote
66
- rm ezmote.tar.gz
0 commit comments