mirror of https://github.com/Syncplay/syncplay
Fixed Travis, appveyor and BinTray for Syncplay/master
This commit is contained in:
parent
4cf942469c
commit
f8c324343d
|
@ -49,6 +49,6 @@ deploy:
|
|||
subject: alby128
|
||||
repo: Syncplay
|
||||
package: Syncplay
|
||||
version: "1.5.0_test"
|
||||
version: "1.5.0"
|
||||
publish: true
|
||||
override: true
|
|
@ -17,9 +17,6 @@ before_install:
|
|||
install:
|
||||
- export PATH=/usr/local/bin:$PATH
|
||||
- pip install twisted appnope pyobjc py2app
|
||||
- git clone -b macOS_app https://github.com/alby128/syncplay.git syncplay_app
|
||||
- cd syncplay_app
|
||||
- git checkout macOS_app
|
||||
|
||||
before_deploy:
|
||||
- pip install dmgbuild
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
},
|
||||
|
||||
"version": {
|
||||
"name": "1.5.0_test"
|
||||
"name": "1.5.0"
|
||||
},
|
||||
|
||||
"files":
|
||||
|
|
Loading…
Reference in New Issue