experimental restoring app bundles

This commit is contained in:
leminlimez
2025-03-13 09:45:55 -04:00
parent 5f84ce79a4
commit 6ccac7bd09
3 changed files with 38 additions and 6 deletions

View File

@@ -18,8 +18,8 @@ from tweaks.tweaks import tweaks
from tweaks.custom_gestalt_tweaks import CustomGestaltTweaks, ValueTypeStrings
from tweaks.daemons_tweak import Daemon
App_Version = "4.2.3"
App_Build = 0
App_Version = "4.3"
App_Build = 1
class Page(Enum):
Home = 0