From 9bd60dccd7b8c3f651873eade43ab2da6e65949a Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:02:41 +0200 Subject: [PATCH] added 'app_host_name' to package.py --- package.py | 1 + 1 file changed, 1 insertion(+) diff --git a/package.py b/package.py index 4d5ee32..76e3921 100644 --- a/package.py +++ b/package.py @@ -5,6 +5,7 @@ # Name of client code directory imported in AYON launcher # - do not specify if there is no client code client_dir = "ayon_cinema4d" +app_host_name = "cinema4d" # Version compatibility with AYON server # ayon_server_version = ">=1.0.7"