Issue #69 Add CSL2XSB to the installer

Uses PyInstaller to bundle together with a
self-contained minimal Python environment.
This commit is contained in:
Mat Sutcliffe
2020-08-09 01:45:16 +01:00
parent 2468f3cd81
commit c713294a07
4 changed files with 47 additions and 0 deletions

View File

@@ -176,6 +176,7 @@ jobs:
- name: Install dependencies
run: |
choco install jom --yes
pip install PyInstaller
- name: Checkout repository
uses: actions/checkout@v2
with: