We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57177cd commit b59333fCopy full SHA for b59333f
3 files changed
constants.py
@@ -12,6 +12,10 @@
12
REGISTRY_DATA_DIR_KEY = "DataDir"
13
REGISTRY_USER_DIR_KEY = "UserDefinedDir"
14
15
+# FIX: Add constants to identify the source application
16
+APP_SOURCE_NXT = "NXT"
17
+APP_SOURCE_MSI = "MSI"
18
+
19
20
MODE_READWRITE = "Normal"
21
MODE_READONLY = "Readonly"
@@ -54,6 +58,6 @@
54
58
PROCESS_POST_KILL_WAIT_S = 2
55
59
56
60
57
-APP_ID = "RobThePCGuy.BlueStacksRootGUI.2.1"
61
+APP_ID = "RobThePCGuy.BlueStacksRootGUI.2.2"
62
APP_NAME = "BlueStacks Root GUI"
-ICON_FILENAME = "favicon.ico"
63
+ICON_FILENAME = "favicon.ico"
0 commit comments