Trying to fix Electron build

This commit is contained in:
grossmj 2021-04-08 00:35:06 +09:30
parent e2c4b2a372
commit 4f34076440
2 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -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