forked from organicmaps/organicmaps
[tools] Script to reset all whats new to en-US version
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
6d5d7c0d69
commit
2748875ba4
1 changed files with 9 additions and 0 deletions
9
tools/unix/clone_en_release_notes.sh
Executable file
9
tools/unix/clone_en_release_notes.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
ANDROID_LISTINGS=android/src/fdroid/play/listings
|
||||
ANDROID_NOTES=$ANDROID_LISTINGS/en-US/release-notes.txt
|
||||
IOS_METADATA=iphone/metadata
|
||||
IOS_NOTES=$IOS_METADATA/en-US/release_notes.txt
|
||||
|
||||
find $ANDROID_LISTINGS -name release-notes.txt -exec rsync -a $ANDROID_NOTES {} \;
|
||||
find $IOS_METADATA -name release_notes.txt -exec rsync -a $IOS_NOTES {} \;
|
Loading…
Add table
Reference in a new issue