Skip to content

Commit

Permalink
Very small SPaG change
Browse files Browse the repository at this point in the history
Replace "pyInstaller" with "PyInstaller" to be grammatically correct
  • Loading branch information
SirenGlitch committed Dec 27, 2023
1 parent d215aae commit 6866beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
def get_resource_path(relative_path):
"""Get the absolute path to the resource, accounting for PyInstaller's temporary folder."""
if getattr(sys, 'frozen', False):
# If the application is run as a bundle, the pyInstaller bootloader sets this
# If the application is run as a bundle, the PyInstaller bootloader sets this
base_path = sys._MEIPASS
else:
# If not run as a bundle, the path is the path of the script
Expand Down

0 comments on commit 6866beb

Please sign in to comment.