Skip to content

Commit b59333f

Browse files
committed
fixed
1 parent 57177cd commit b59333f

3 files changed

Lines changed: 238 additions & 481 deletions

File tree

constants.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
REGISTRY_DATA_DIR_KEY = "DataDir"
1313
REGISTRY_USER_DIR_KEY = "UserDefinedDir"
1414

15+
# FIX: Add constants to identify the source application
16+
APP_SOURCE_NXT = "NXT"
17+
APP_SOURCE_MSI = "MSI"
18+
1519

1620
MODE_READWRITE = "Normal"
1721
MODE_READONLY = "Readonly"
@@ -54,6 +58,6 @@
5458
PROCESS_POST_KILL_WAIT_S = 2
5559

5660

57-
APP_ID = "RobThePCGuy.BlueStacksRootGUI.2.1"
61+
APP_ID = "RobThePCGuy.BlueStacksRootGUI.2.2"
5862
APP_NAME = "BlueStacks Root GUI"
59-
ICON_FILENAME = "favicon.ico"
63+
ICON_FILENAME = "favicon.ico"

0 commit comments

Comments
 (0)