Commit 996bb5f7 by Oleksandr Barabash

manifest app version is updated to 1.2.15, manifest app id changed to Azure APP_ID

parent d2a65cae
......@@ -14,7 +14,7 @@ CARDS_PATH = os.path.join(ASSETS_PATH, "cards")
STRINGS_PATH = os.path.join(ASSETS_PATH, "strings")
APP_VERSION = "1.2.14"
APP_VERSION = "1.2.15"
class Auth:
......
......@@ -84,7 +84,7 @@ class TeamsAppGenerator:
""" Generate manifest """
manifest.update(dict(version=APP_VERSION))
# ID
manifest.update(dict(id=AppConfig.CLIENT_ID))
manifest.update(dict(id=AppConfig.APP_ID))
# Package name
manifest.update(dict(
packageName="net.azurewebsites.{}".format(AppConfig.WEB_APP_NAME)
......
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