Merge pull request #2342 from pypeclub/bugfix/remove_unwanted_host_presence

Remove wrongly used host for hook
This commit is contained in:
Petr Kalis 2021-12-01 12:23:33 +01:00 committed by GitHub
commit 06f88801c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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", "photoshop"]
app_groups = ["nuke", "nukex", "hiero", "nukestudio"]
platforms = ["windows"]
def execute(self):