mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
Fix update_oauth_resources.sh
This commit is contained in:
parent
d4c4d61ce8
commit
0955f902f8
2 changed files with 230 additions and 226 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue