Skip to content

Commit

Permalink
directly go to latest client release
Browse files Browse the repository at this point in the history
  • Loading branch information
fcaps committed Nov 12, 2023
1 parent 926ddea commit 63f86eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/app/play.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Octokit} from "https://esm.sh/@octokit/core";

const githubOrg = 'faforever'
const githubRepository = 'downlords-faf-client'
const githubFallbackUrl = 'https://github.com/FAForever/downlords-faf-client/releases';
const githubFallbackUrl = 'https://github.com/FAForever/downlords-faf-client/releases/latest';
const downloadButtonId = 'faf-client-download'

const startDownloadFile = (url) => window.location.assign(url)
Expand Down

0 comments on commit 63f86eb

Please sign in to comment.