Skip to content

Commit 60742c9

Browse files
committed
add screenshot for fastlane to update script
1 parent efa128f commit 60742c9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tools/update_fastlane_screenshot.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ url_one_on_one_chat_with_image='https://github.com/zoff99/ToxAndroidRefImpl/rele
44
url_video_call_test='https://github.com/zoff99/ToxAndroidRefImpl/releases/download/nightly/screen_shot_android_29_11.png'
55
url_start_screen='https://github.com/zoff99/ToxAndroidRefImpl/releases/download/nightly/android_screen01_33.png'
66
url_friend_and_group_list='https://github.com/zoff99/ToxAndroidRefImpl/releases/download/nightly/screen_shot_android_29_04.png'
7+
url_info_screen='https://github.com/zoff99/ToxAndroidRefImpl/releases/download/nightly/screen_shot_info_29_03.png'
78

89
url_promo_friend_list='https://github.com/zoff99/ToxAndroidRefImpl/releases/download/nightly/promo_29_02.png'
910
url_promo_chat_with_image='https://github.com/zoff99/ToxAndroidRefImpl/releases/download/nightly/promo_29_03.png'
@@ -26,5 +27,7 @@ wget "$url_two_friend_list" -O ./fastlane/metadata/android/en-US/images/phoneScr
2627
wget "$url_one_on_one_chat_with_image" -O ./fastlane/metadata/android/en-US/images/phoneScreenshots/106.png
2728
wget "$url_video_call_test" -O ./fastlane/metadata/android/en-US/images/phoneScreenshots/107.png
2829

30+
wget "$url_info_screen" -O ./fastlane/metadata/android/en-US/images/phoneScreenshots/121.png
31+
2932

3033

0 commit comments

Comments
 (0)