SQ descriptions are now available
This commit is contained in:
parent
65dc2a7f04
commit
b5614a1cd5
|
@ -59,24 +59,6 @@ else
|
||||||
removeShortDes_si=1
|
removeShortDes_si=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -f "./fastlane/metadata/android/sq/short_description.txt" ]]; then
|
|
||||||
echo "It appears that file ./fastlane/metadata/android/sq/short_description.txt now exists. This can be removed."
|
|
||||||
removeShortDes_sq=0
|
|
||||||
else
|
|
||||||
echo "Copy default short description to ./fastlane/metadata/android/sq"
|
|
||||||
cp ./fastlane/metadata/android/en-US/short_description.txt ./fastlane/metadata/android/sq
|
|
||||||
removeShortDes_sq=1
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ -f "./fastlane/metadata/android/sq/full_description.txt" ]]; then
|
|
||||||
echo "It appears that file ./fastlane/metadata/android/sq/full_description.txt now exists. This can be removed."
|
|
||||||
removeFullDes_sq=0
|
|
||||||
else
|
|
||||||
echo "Copy default full description to ./fastlane/metadata/android/sq"
|
|
||||||
cp ./fastlane/metadata/android/en-US/full_description.txt ./fastlane/metadata/android/sq
|
|
||||||
removeFullDes_sq=1
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ -f "./fastlane/metadata/android/th/full_description.txt" ]]; then
|
if [[ -f "./fastlane/metadata/android/th/full_description.txt" ]]; then
|
||||||
echo "It appears that file ./fastlane/metadata/android/th/full_description.txt now exists. This can be removed."
|
echo "It appears that file ./fastlane/metadata/android/th/full_description.txt now exists. This can be removed."
|
||||||
removeFullDes_th=0
|
removeFullDes_th=0
|
||||||
|
@ -117,18 +99,10 @@ if [[ ${removeShortDes_si} -eq 1 ]]; then
|
||||||
rm ./fastlane/metadata/android/si-LK/short_description.txt
|
rm ./fastlane/metadata/android/si-LK/short_description.txt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ${removeShortDes_sq} -eq 1 ]]; then
|
|
||||||
rm ./fastlane/metadata/android/sq/short_description.txt
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ ${removeFullDes_th} -eq 1 ]]; then
|
if [[ ${removeFullDes_th} -eq 1 ]]; then
|
||||||
rm ./fastlane/metadata/android/th/full_description.txt
|
rm ./fastlane/metadata/android/th/full_description.txt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ${removeFullDes_sq} -eq 1 ]]; then
|
|
||||||
rm ./fastlane/metadata/android/sq/full_description.txt
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ ${removeFullDes_vi} -eq 1 ]]; then
|
if [[ ${removeFullDes_vi} -eq 1 ]]; then
|
||||||
rm ./fastlane/metadata/android/vi/full_description.txt
|
rm ./fastlane/metadata/android/vi/full_description.txt
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue