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