File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -230,10 +230,10 @@ let installer = (function () {
230230
231231 // When the flow is finished, returns the itms-services link string (or null if not finished).
232232 // The returned link uses the same install path as the original flow:
233- // itms-services://?action=download-manifest&url=<encoded INSTALL_BASE>/<id>/install
233+ // itms-services://?action=download-manifest&url=<encoded INSTALL_BASE>/<id>/manifest.plist
234234 getInstallLink : function ( ) {
235235 if ( ! _finished || ! _installData || ! _installData . id ) return null ;
236- const manifestUrl = `${ INSTALL_BASE } /${ _installData . id } /install ` ;
236+ const manifestUrl = `${ INSTALL_BASE } /${ _installData . id } /manifest.plist ` ;
237237 return `itms-services://?action=download-manifest&url=${ encodeURIComponent ( manifestUrl ) } ` ;
238238 } ,
239239
You can’t perform that action at this time.
0 commit comments