Commit ddd9fc9a by Oleksandr Barabash

manifest name fixed

parent 0e7a283b
......@@ -15,7 +15,7 @@ CARDS_PATH = os.path.join(ASSETS_PATH, "cards")
class TeamsAppConfig:
""" Teams app config """
teams_app_items = os.path.join(ASSETS_PATH, "teams_app_items")
manifest = os.path.join(teams_app_items, "manifest,json")
manifest = os.path.join(teams_app_items, "manifest.json")
image_192x192 = os.path.join(teams_app_items, "color.png")
image_32x32 = os.path.join(teams_app_items, "outline.png")
zip_name = "app.zip"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment