fix windows build

This commit is contained in:
Alex Grintsvayg 2017-03-13 11:46:37 -04:00
parent a427f974b5
commit 9972828c2b

View file

@ -12,8 +12,8 @@ clone_folder: C:\projects\lbry-electron
install:
# needed to deal with submodules
- git submodule update --init --recursive
- python set_version.py
- python set_build.py
- python build\set_version.py
- python build\set_build.py
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# install modules
@ -38,10 +38,10 @@ build_script:
# build electron app
- node_modules\.bin\build -p never
# for debugging, see what was built
- python zip_daemon.py
- python build\zip_daemon.py
- dir dist
- pip install -r requirements.txt
- python release_on_tag.py
- python build\release_on_tag.py
test: off