Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Commit

Permalink
Livesplit integration (#60)
Browse files Browse the repository at this point in the history
* Added LiveSplit Integration

Single Source of truth for version number

* Fixed freeze on close by using killable QThreads and an os.kill signal
Also added the icon to the build command

Co-authored-by: KaDiWa4 <kalle.wachsmuth@gmail.com>
  • Loading branch information
Avasam and kadiwa4 authored Nov 10, 2021
1 parent 127d8c7 commit 7fa3609
Show file tree
Hide file tree
Showing 6 changed files with 183 additions and 99 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Usage: pip install -r requirements.txt
#
# Creating AutoSplit.exe with PyInstaller: pyinstaller -w -F src\AutoSplit.py
# Creating AutoSplit.exe with PyInstaller: pyinstaller -w -F --icon=src\icon.ico src\AutoSplit.py
#
# You can find other wheels here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyqt4
# If you use 32-bit installation of Python, use the the 2nd URL instead.
Expand Down
2 changes: 1 addition & 1 deletion res/about.ui
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</rect>
</property>
<property name="text">
<string>Version: 1.2.0</string>
<string>Version: </string>
</property>
</widget>
<widget class="QLabel" name="donatetextLabel">
Expand Down
Loading

0 comments on commit 7fa3609

Please sign in to comment.