mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
revised scripts
This commit is contained in:
parent
2cc329ab1f
commit
b51c53366f
3 changed files with 5 additions and 4 deletions
4
screenshots/scripts/convert_to_store_screenshots.sh
Normal file
4
screenshots/scripts/convert_to_store_screenshots.sh
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
dart run screenshots/convert_to_store_screenshots.dart -p android -d pixel_6 -l android
|
||||||
|
dart run screenshots/convert_to_store_screenshots.dart -p ios -d iphone_13_pro -l iphone55inch
|
||||||
|
dart run screenshots/convert_to_store_screenshots.dart -p ios -d iphone_13_pro -l iphone65inch
|
||||||
|
#dart run screenshots/convert_to_store_screenshots.dart -p ios -d ipad_pro_12.9-inch_6th_generation -l ipad13inch
|
1
screenshots/scripts/generate_android_screenshots.sh
Normal file
1
screenshots/scripts/generate_android_screenshots.sh
Normal file
|
@ -0,0 +1 @@
|
||||||
|
sh screenshots/scripts/generate_screenshots.sh "Pixel 6"
|
|
@ -6,7 +6,3 @@ for i in "${simulators_array[@]}"; do # https://www.baeldung.com/linux/shell-scr
|
||||||
sh screenshots/scripts/generate_screenshots.sh "$i"
|
sh screenshots/scripts/generate_screenshots.sh "$i"
|
||||||
done
|
done
|
||||||
killall 'Simulator'
|
killall 'Simulator'
|
||||||
|
|
||||||
# dart run screenshots/main.dart -p ios -d iphone_13_pro -l iphone55inch
|
|
||||||
# dart run screenshots/main.dart -p ios -d iphone_13_pro -l iphone65inch
|
|
||||||
# dart run screenshots/main.dart -p ios -d ipad_pro_12.9-inch_6th_generation -l ipad13inch
|
|
||||||
|
|
Loading…
Reference in a new issue