mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-23 11:56:52 +08:00
fix path in appveyor
This commit is contained in:
@@ -32,7 +32,7 @@ deploy_script:
|
||||
ps: |
|
||||
if(($Env:APPVEYOR_REPO_BRANCH -match "master") -or ($Env:APPVEYOR_REPO_TAG -match "true")) {
|
||||
pip install -U virtualenv
|
||||
dev.bat
|
||||
.\dev.bat
|
||||
python .\release\rtool.py bdist
|
||||
python .\release\rtool.py upload-snapshot --bdist
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user