Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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