fix windows FileNotFound error fr this time :trollface:

This commit is contained in:
leminlimez
2025-03-31 12:31:22 -04:00
parent ad2685f3e0
commit ee3d1396ec
5 changed files with 22 additions and 18 deletions

View File

@@ -20,7 +20,7 @@ from tweaks.custom_gestalt_tweaks import CustomGestaltTweaks, ValueTypeStrings
from tweaks.daemons_tweak import Daemon
App_Version = "5.0.3"
App_Build = 1
App_Build = 0
class Page(Enum):
Home = 0