mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-26 15:13:32 +00:00
Fix indentation
This commit is contained in:
@@ -42,7 +42,7 @@ def _resource_path(relative_path: Path | str) -> Path:
|
||||
Works for dev and for PyInstaller.
|
||||
"""
|
||||
if IS_APPIMAGE:
|
||||
base_path = Path(sys.argv[0]).absolute().parent
|
||||
base_path = Path(sys.argv[0]).absolute().parent
|
||||
elif IS_PACKAGED:
|
||||
# PyInstaller's folder where the one-file app is unpacked
|
||||
meipass: str = getattr(sys, "_MEIPASS")
|
||||
|
||||
Reference in New Issue
Block a user