diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 5ce910b..8aae553 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -21,6 +21,16 @@ jobs: sudo apt install gir1.2-gtk-3.0 python -m pip install --upgrade pip pip install -r requirements.txt + + - name: Download latest macos binary + run: curl https://github.com/Oshlack/Toblerone/releases/latest/download/tinyt_macos -o bin/osx/tinyt_macos + + - name: Download latest exe binary + run: curl https://github.com/Oshlack/Toblerone/releases/latest/download/tinyt.exe -o bin/win/tinyt.exe + + - name: Download latest linux binary + run: curl https://github.com/Oshlack/Toblerone/releases/latest/download/tinyt_amd64 -o bin/linux/tinyt_amd64 + - name: Build run: sudo ./create_linux.bash && sudo chmod +x ./dist/Toblerone && sudo mv ./dist/Toblerone ./dist/Toblerone_linux && sudo chmod +x ./dist/Toblerone_linux @@ -61,6 +71,15 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt + - name: Download latest macos binary + run: curl https://github.com/Oshlack/Toblerone/releases/latest/download/tinyt_macos -o bin/osx/tinyt_macos + + - name: Download latest exe binary + run: curl https://github.com/Oshlack/Toblerone/releases/latest/download/tinyt.exe -o bin/win/tinyt.exe + + - name: Download latest linux binary + run: curl https://github.com/Oshlack/Toblerone/releases/latest/download/tinyt_amd64 -o bin/linux/tinyt_amd64 + - name: Build for mac run: python3 create_macos.py py2app && chmod +x ./dist/Toblerone.app diff --git a/assets/gui.html b/assets/gui.html index 9354330..6c6a573 100644 --- a/assets/gui.html +++ b/assets/gui.html @@ -310,7 +310,7 @@