Skip to content

Commit 4609395

Browse files
committed
6-16-25-fix
1 parent 2e0db55 commit 4609395

2 files changed

Lines changed: 40 additions & 1 deletion

File tree

BlueStacksRootGUI-v2.5.spec

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# -*- mode: python ; coding: utf-8 -*-
2+
3+
4+
a = Analysis(
5+
['main.py'],
6+
pathex=[],
7+
binaries=[],
8+
datas=[('favicon.ico', '.')],
9+
hiddenimports=[],
10+
hookspath=[],
11+
hooksconfig={},
12+
runtime_hooks=[],
13+
excludes=[],
14+
noarchive=False,
15+
optimize=0,
16+
)
17+
pyz = PYZ(a.pure)
18+
19+
exe = EXE(
20+
pyz,
21+
a.scripts,
22+
a.binaries,
23+
a.datas,
24+
[],
25+
name='BlueStacksRootGUI-v2.5',
26+
debug=False,
27+
bootloader_ignore_signals=False,
28+
strip=False,
29+
upx=True,
30+
upx_exclude=[],
31+
runtime_tmpdir=None,
32+
console=False,
33+
disable_windowed_traceback=False,
34+
argv_emulation=False,
35+
target_arch=None,
36+
codesign_identity=None,
37+
entitlements_file=None,
38+
icon=['favicon.ico'],
39+
)

constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
PROCESS_POST_KILL_WAIT_S = 2
5959

6060

61-
APP_ID = "RobThePCGuy.BlueStacksRootGUI.2.2"
61+
APP_ID = "RobThePCGuy.BlueStacksRootGUI.2.5"
6262
APP_NAME = "BlueStacks Root GUI"
6363
ICON_FILENAME = "favicon.ico"

0 commit comments

Comments
 (0)