Fix update_oauth_resources.sh
This commit is contained in:
parent
d4c4d61ce8
commit
0955f902f8
@ -18,7 +18,7 @@ echo -e "Fetching \e[34m$ios_app_count iOS app versions...\e[0m"
|
||||
filename="src/oauth_resources.rs"
|
||||
|
||||
# Add comment that it is user generated
|
||||
echo "// This file was generated by scripts/update_oauth_resources.sh" >> "$filename"
|
||||
echo "// This file was generated by scripts/update_oauth_resources.sh" > "$filename"
|
||||
echo "// Rerun scripts/update_oauth_resources.sh to update this file" >> "$filename"
|
||||
echo "// Please do not edit manually" >> "$filename"
|
||||
echo "// Filled in with real app versions" >> "$filename"
|
||||
|
@ -1,3 +1,7 @@
|
||||
// This file was generated by scripts/update_oauth_resources.sh
|
||||
// Rerun scripts/update_oauth_resources.sh to update this file
|
||||
// Please do not edit manually
|
||||
// Filled in with real app versions
|
||||
pub static IOS_APP_VERSION_LIST: &[&str; 67] = &[
|
||||
"Version 2020.0.0/Build 306960",
|
||||
"Version 2020.10.0/Build 307041",
|
||||
|
Loading…
Reference in New Issue
Block a user