Skip to content

Commit

Permalink
Update version to use latest binary from core repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Lonsdale committed Sep 6, 2022
1 parent 87dcef7 commit 9b75046
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion assets/gui.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ <h5 class="h4">Settings</h5>
<div class="row">
<div class="col-12 col-md text-center">
<small>
Toblerone v0.1
Toblerone v0.3.6
</small>
</div>
</div>
Expand Down

0 comments on commit 9b75046

Please sign in to comment.