Bundle ubridge in package for Windows

This commit is contained in:
ziajka
2019-03-05 09:57:24 +01:00
parent eab95c2bdb
commit c40767879f
2 changed files with 2 additions and 0 deletions

View File

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

View File

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