Skip to content

Commit

Permalink
feat: updated download link to new download server
Browse files Browse the repository at this point in the history
  • Loading branch information
sour-dani authored Nov 28, 2024
1 parent f968526 commit d81e763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pages/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ <h2>Post-Installation</h2>
<h2>Download Mirrors</h3>
<ul id="mirror_list">
<p>
<li><a href="https://archive.prefortress.com/0.7/pf2_0.7.3.7z" target="_blank">US Mirror - 7z archive</a></li>
<li><a href="https://public.nickcloud.at/share/pf2/pf2_0.7.3.zip" target="_blank">EU Mirror - ZIP archive</a></li>
<li><a href="https://public.nickcloud.at/share/pf2/pf2_0.7.3.tar.gz" target="_blank">EU Mirror - tar.gz archive</a></li>
<li><a href="https://github.com/Pre-Fortress-2/pf2/releases/latest" target="_blank">US Mirror - Split 7z archive</a></li>
</p>
</ul>
</div>
Expand Down
4 changes: 1 addition & 3 deletions scripts/game-os-pagination.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ const linux_only = document.getElementsByClassName("linux_only")
const all_versions = document.getElementById("all_versions");
const choose_game_area = document.getElementById("choose-game-area");

const download_link = "https://github.com/Pre-Fortress-2/pf2/releases/"
const download_001 = "https://github.com/Pre-Fortress-2/pf2/releases/download/0.7.3/pf2_0.7.3.7z.001"
const download_002 = "https://github.com/Pre-Fortress-2/pf2/releases/download/0.7.3/pf2_0.7.3.7z.002"
const download_link = "https://dl.prefortress.com/latest/latest.tar.gz"

const browser_hash = window.location.hash.split('#')[1];

Expand Down

0 comments on commit d81e763

Please sign in to comment.