diff --git a/tools/generate_emu_config/rebuild_linux.sh b/tools/generate_emu_config/rebuild_linux.sh index 9031034d..8bc6beeb 100644 --- a/tools/generate_emu_config/rebuild_linux.sh +++ b/tools/generate_emu_config/rebuild_linux.sh @@ -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 ============= diff --git a/tools/generate_emu_config/rebuild_win.bat b/tools/generate_emu_config/rebuild_win.bat index a300c22a..4bce6495 100644 --- a/tools/generate_emu_config/rebuild_win.bat +++ b/tools/generate_emu_config/rebuild_win.bat @@ -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 =============