Skip to content

Commit bd2cd92

Browse files
updates
1 parent a0ad051 commit bd2cd92

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

docs/_internal/itch-io-install-instructions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<h2>Stage A — Install the mod</h2>
1919

2020
<ol>
21-
<li>Download <strong>FS25_FarmDashboard.zip</strong> from this page or <a href="https://github.com/WizardlyPayload/FarmHub/releases">GitHub Releases</a>.</li>
21+
<li>Download <strong>FS25_FarmDashboard.zip</strong> from this page (recommended) or <a href="https://github.com/WizardlyPayload/FarmHub/releases">GitHub Releases</a>.</li>
2222
<li>Copy the zip into your FS25 <strong>mods</strong> folder:
2323
<br /><code>Documents\My Games\FarmingSimulator2025\mods\</code>
2424
<br /><em>Alternative:</em> extract to <code>mods\FS25_FarmDashboard\</code> with <code>modDesc.xml</code> at the folder root.</li>
@@ -76,7 +76,7 @@ <h2>Stage C — Confirm data.json is updating</h2>
7676
<h2>Stage D — Install the Windows app</h2>
7777

7878
<ol>
79-
<li>Download and run <strong>FS25-Farm-Dashboard-Setup-4.2.0.exe</strong> from this page or <a href="https://github.com/WizardlyPayload/FarmHub/releases">GitHub Releases</a>.</li>
79+
<li>Download and run <strong>FS25-Farm-Dashboard-Setup-4.2.0.exe</strong> from this page (recommended) or <a href="https://github.com/WizardlyPayload/FarmHub/releases">GitHub Releases</a>.</li>
8080
<li>Choose your language on the welcome page and complete the installer.</li>
8181
<li>Launch <strong>Farm Dashboard</strong> from the Start menu.</li>
8282
</ol>

docs/_internal/itch-io-page-description.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ <h2><strong>⬡ FS25 Farm Management Dashboard</strong></h2>
2323
<p><strong>App 4.2.0</strong> · <strong>Mod 3.4.0.6</strong> · 27 languages · local saves or <strong>FTP</strong> dedicated servers</p>
2424

2525
<p>
26-
<a href="https://github.com/WizardlyPayload/FarmHub/releases"><strong>Download on GitHub</strong></a>
26+
<a href="https://wizardlypayload.itch.io/farm-dashobaord-fs25"><strong>Download on itch.io</strong></a>
27+
&nbsp;·&nbsp;
28+
<a href="https://github.com/WizardlyPayload/FarmHub/releases"><strong>Also on GitHub</strong></a>
2729
&nbsp;·&nbsp;
2830
<a href="https://github.com/WizardlyPayload/FarmHub/wiki"><strong>Documentation</strong></a>
2931
&nbsp;·&nbsp;
@@ -142,9 +144,9 @@ <h2>How it works</h2>
142144
<h2>Quick start</h2>
143145

144146
<ol>
145-
<li>Download <strong>FS25_FarmDashboard.zip</strong> → put in your FS25 <code>mods</code> folder → enable on your save.</li>
147+
<li>Download <strong>FS25_FarmDashboard.zip</strong> and <strong>FS25-Farm-Dashboard-Setup-4.2.0.exe</strong> from <a href="https://wizardlypayload.itch.io/farm-dashobaord-fs25">itch.io</a> (recommended) or <a href="https://github.com/WizardlyPayload/FarmHub/releases">GitHub Releases</a> → enable the mod on your save.</li>
146148
<li>Load the save <strong>once in-game</strong> so the mod creates <code>data.json</code>.</li>
147-
<li>Install and run <strong>FS25-Farm-Dashboard-Setup-4.2.0.exe</strong>.</li>
149+
<li>Install and run <strong>FS25-Farm-Dashboard-Setup-4.2.0.exe</strong> from the same download page.</li>
148150
<li>Open the dashboard; point <strong>Settings → Servers</strong> at your save path or FTP if needed.</li>
149151
</ol>
150152

tools/deploy-farmdashboard-vps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def upload_website_assets(client: paramiko.SSHClient, env: dict[str, str]) -> No
145145
for html in sorted(website.glob("*.html")):
146146
uploads.append((html, f"{web_root}/{html.name}"))
147147

148-
for extra in ("robots.txt",):
148+
for extra in ("robots.txt", "sitemap.xml"):
149149
local = website / extra
150150
if local.is_file():
151151
uploads.append((local, f"{web_root}/{extra}"))

0 commit comments

Comments
 (0)