Skip to content

Commit 9414ca8

Browse files
committed
Added adding to autostart through a new method if it was already added through the old method
1 parent 53f240a commit 9414ca8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/constants/app_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from util.utils import is_portable
66

77
APP_NAME: Final[str] = "Process Governor"
8-
APP_VERSION: Final[str] = "1.1.3"
8+
APP_VERSION: Final[str] = "1.1.4"
99
APP_AUTHOR: Final[str] = "System X - Files"
1010

1111
CURRENT_TAG: Final[str] = f"v{APP_VERSION}"

src/util/startup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,4 @@ def remove_old_startup_method():
7070
return
7171

7272
os.remove(STARTUP_LINK_PATH)
73+
add_to_startup()

0 commit comments

Comments
 (0)