mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-19 15:23:51 +00:00
Bundle ubridge in package for Windows
This commit is contained in:
@ -23,6 +23,7 @@ build_script:
|
|||||||
- "%PYTHON%\\python.exe scripts\\build.py download"
|
- "%PYTHON%\\python.exe scripts\\build.py download"
|
||||||
- "%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"
|
||||||
- "%PYTHON%\\python.exe scripts\\build.py validate -b dist"
|
- "%PYTHON%\\python.exe scripts\\build.py validate -b dist"
|
||||||
|
- "%PYTHON%\\python.exe scripts\\build.py download_dependencies -b dist"
|
||||||
- yarn electron-builder --win --x64
|
- yarn electron-builder --win --x64
|
||||||
|
|
||||||
test: off
|
test: off
|
||||||
|
@ -19,6 +19,7 @@ files:
|
|||||||
|
|
||||||
extraFiles:
|
extraFiles:
|
||||||
- dist/exe.gns3server/**
|
- dist/exe.gns3server/**
|
||||||
|
- dist/ubridge/**
|
||||||
|
|
||||||
mac:
|
mac:
|
||||||
category: public.app-category.developer-tools
|
category: public.app-category.developer-tools
|
||||||
|
Reference in New Issue
Block a user