adding appgroup to prelaunch hook

This commit is contained in:
ynput 2023-02-21 14:23:26 +02:00 committed by Jakub Ježek
parent b4541d29fe
commit e57c9e8dd6

View file

@ -13,7 +13,7 @@ class LaunchFoundryAppsWindows(PreLaunchHook):
# Should be as last hook because must change launch arguments to string
order = 1000
app_groups = ["nuke", "nukex", "hiero", "nukestudio"]
app_groups = ["nuke", "nukeassist", "nukex", "hiero", "nukestudio"]
platforms = ["windows"]
def execute(self):