Add beta icon

Change-Id: Ib8623d1e29dc5b958816eb572ac5c075d5c4876d
This commit is contained in:
SpiritCroc 2020-12-29 11:58:13 +01:00
parent dbda95afd7
commit 1f8dd9fb19
4 changed files with 5571 additions and 0 deletions

View file

@ -45,6 +45,11 @@ logo_alternative() {
"$mydir/graphics/icon_gen.sh" "$mydir/graphics/icon_gen.sh"
} }
logo_beta() {
cp "$mydir/graphics/beta/"* "$mydir/graphics/"
"$mydir/graphics/icon_gen.sh"
}
case "$package_add" in case "$package_add" in
"a") "a")
# blue # blue
@ -84,9 +89,11 @@ sed -i "s|SchildiChat|SchildiChat.$name_add|g" `find "$fastlane_dir/metadata/and
if [ "$package_add" = "testing.foss" ]; then if [ "$package_add" = "testing.foss" ]; then
find "$fastlane_dir" -name full_description.txt -exec cp "$fastlane_dir/../fastlane_testing/foss_full_description.txt" '{}' \; find "$fastlane_dir" -name full_description.txt -exec cp "$fastlane_dir/../fastlane_testing/foss_full_description.txt" '{}' \;
find "$fastlane_dir" -name short_description.txt -exec cp "$fastlane_dir/../fastlane_testing/foss_short_description.txt" '{}' \; find "$fastlane_dir" -name short_description.txt -exec cp "$fastlane_dir/../fastlane_testing/foss_short_description.txt" '{}' \;
logo_beta
elif [ "$package_add" = "testing.fcm" ]; then elif [ "$package_add" = "testing.fcm" ]; then
find "$fastlane_dir" -name full_description.txt -exec cp "$fastlane_dir/../fastlane_testing/fcm_full_description.txt" '{}' \; find "$fastlane_dir" -name full_description.txt -exec cp "$fastlane_dir/../fastlane_testing/fcm_full_description.txt" '{}' \;
find "$fastlane_dir" -name short_description.txt -exec cp "$fastlane_dir/../fastlane_testing/fcm_short_description.txt" '{}' \; find "$fastlane_dir" -name short_description.txt -exec cp "$fastlane_dir/../fastlane_testing/fcm_short_description.txt" '{}' \;
logo_beta
fi fi
git add -A git add -A

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 73 KiB

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 44 KiB

2141
graphics/beta/store_icon.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 76 KiB