File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 77
77
removeFullDes_th=1
78
78
fi
79
79
80
+ if [[ -f " ./fastlane/metadata/android/az-AZ/full_description.txt" ]]; then
81
+ echo " It appears that file ./fastlane/metadata/android/az-AZ/full_description.txt now exists. This can be removed."
82
+ removeFullDes_az=0
83
+ else
84
+ echo " Copy default full description to ./fastlane/metadata/android/az-AZ"
85
+ cp ./fastlane/metadata/android/en-US/full_description.txt ./fastlane/metadata/android/az-AZ
86
+ removeFullDes_az=1
87
+ fi
88
+
80
89
# Run fastlane
81
90
echo " Run fastlane to push to the PlaysStore"
82
91
fastlane deployMeta
@@ -107,4 +116,8 @@ if [[ ${removeFullDes_th} -eq 1 ]]; then
107
116
rm ./fastlane/metadata/android/th/full_description.txt
108
117
fi
109
118
119
+ if [[ ${removeFullDes_az} -eq 1 ]]; then
120
+ rm ./fastlane/metadata/android/az-AZ/full_description.txt
121
+ fi
122
+
110
123
echo " Success!"
You can’t perform that action at this time.
0 commit comments