mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
add an example website
This commit is contained in:
parent
7c02ebd96a
commit
210c86c1a3
@ -24,6 +24,7 @@ cp -f "steam_default_icon_unlocked.jpg" "$out_dir/$tool_name"
|
||||
cp -f "README.md" "$out_dir/$tool_name"
|
||||
echo "Check the README" > "$out_dir/$tool_name/my_login.EXAMPLE.txt"
|
||||
echo "Check the README" > "$out_dir/$tool_name/top_owners_ids.EXAMPLE.txt"
|
||||
echo "You can use a website like: https://steamladder.com/ladder/games/" >> "$out_dir/$tool_name/top_owners_ids.EXAMPLE.txt"
|
||||
|
||||
echo;
|
||||
echo =============
|
||||
|
@ -45,6 +45,7 @@ copy /y "steam_default_icon_unlocked.jpg" "%out_dir%\%tool_name%\"
|
||||
copy /y "README.md" "%out_dir%\%tool_name%\"
|
||||
1>"%out_dir%\%tool_name%\my_login.EXAMPLE.txt" echo Check the README
|
||||
1>"%out_dir%\%tool_name%\top_owners_ids.EXAMPLE.txt" echo Check the README
|
||||
1>>"%out_dir%\%tool_name%\top_owners_ids.EXAMPLE.txt" echo You can use a website like: https://steamladder.com/ladder/games/
|
||||
|
||||
echo:
|
||||
echo =============
|
||||
|
Loading…
Reference in New Issue
Block a user