fix windows build
This commit is contained in:
parent
a427f974b5
commit
9972828c2b
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue