mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-18 20:47:51 +00:00
Trying to fix Electron build
This commit is contained in:
parent
e2c4b2a372
commit
4f34076440
@ -20,6 +20,7 @@ install:
|
||||
build_script:
|
||||
- cmd: set NODE_OPTIONS=--max-old-space-size=8092
|
||||
- yarn buildforelectron
|
||||
- "%PYTHON%\\python.exe -m pip install -U pip
|
||||
- "%PYTHON%\\python.exe -m pip install -r scripts\\requirements.txt"
|
||||
- "%PYTHON%\\python.exe scripts\\build.py download -a"
|
||||
- "%PYTHON%\\python.exe scripts\\build.py build_exe -b dist/exe.gns3server -s"
|
||||
|
@ -1,6 +1,6 @@
|
||||
setuptools==40.8.0
|
||||
setuptools==54.2.0
|
||||
cx_Freeze==5.1.1
|
||||
requests==2.25.1
|
||||
packaging==20.9
|
||||
appdirs==1.4.4
|
||||
psutil==5.6.7
|
||||
psutil==5.8.0
|
||||
|
Loading…
Reference in New Issue
Block a user