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