diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 160a554..531024f 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -23,7 +23,7 @@ lane :ipa21 do region: 'us-west-1', ipa: './fastlane/ipa21/BanditTheCat.ipa', source: './fastlane/ipa21/source', - skip_html_upload: true + skip_html_upload: false ) end @@ -41,7 +41,7 @@ lane :apk1 do region: 'us-west-1', apk: './fastlane/apk1/BanditTheCat.apk', source: './fastlane/apk1/source', - skip_html_upload: true + skip_html_upload: false ) end diff --git a/lib/assets/s3_android_html_template.erb b/lib/assets/s3_android_html_template.erb index 011210b..9686101 100644 --- a/lib/assets/s3_android_html_template.erb +++ b/lib/assets/s3_android_html_template.erb @@ -55,7 +55,7 @@
- App is being installed. Close Safari using the home button. + App is being installed. You might have to close the browser.
diff --git a/lib/assets/s3_ios_html_template.erb b/lib/assets/s3_ios_html_template.erb index b5a73b1..734520f 100644 --- a/lib/assets/s3_ios_html_template.erb +++ b/lib/assets/s3_ios_html_template.erb @@ -55,7 +55,7 @@