Compatibility with dynamic executable

This commit is contained in:
frarol96 2024-07-15 11:07:41 +00:00
parent f33f07edfd
commit eb433fe975

View File

@ -11,7 +11,7 @@ from PyQt5.QtGui import QFont
from PyQt5.QtCore import Qt
# Define version number
PROGRAM_VERSION = "1.6.1.1"
PROGRAM_VERSION = "1.7.0.1"
# Define a persistent path for the configuration files in the AppData folder
PERSISTENT_DIR = os.path.join(os.getenv('APPDATA'), 'ERSC Mod Updater')