From 48631019d06b23a5674cbf94a54b061a6a6dc0b7 Mon Sep 17 00:00:00 2001 From: Nicholas Morrell Date: Fri, 18 Aug 2023 12:44:30 -0400 Subject: [PATCH] update --- build/preview/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/preview/index.js b/build/preview/index.js index 77cf9a1e..fc7a5cc6 100644 --- a/build/preview/index.js +++ b/build/preview/index.js @@ -23955,6 +23955,7 @@ function getVariables(config, updates) { androidId: android?.id || '', androidGroupId: android?.group || '', androidBranchName: android?.branch || '', + androidManifestPermalink: android?.manifestPermalink || '', androidMessage: android?.message || '', androidRuntimeVersion: android?.runtimeVersion || '', androidQR: android ? getUpdateGroupQr({ projectId, updateGroupId: android.group, appScheme: config.scheme }) : '', @@ -23963,6 +23964,7 @@ function getVariables(config, updates) { iosId: ios?.id || '', iosGroupId: ios?.group || '', iosBranchName: ios?.branch || '', + iosManifestPermalink: ios?.manifestPermalink || '', iosMessage: ios?.message || '', iosRuntimeVersion: ios?.runtimeVersion || '', iosQR: ios ? getUpdateGroupQr({ projectId, updateGroupId: ios.group, appScheme: config.scheme }) : '',