Skip to content

Commit

Permalink
chore: move overlay to eu server
Browse files Browse the repository at this point in the history
  • Loading branch information
KotRikD committed Dec 11, 2024
1 parent 4d196d0 commit 7999c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/game-overlay/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const injectGameOverlay = async (p: Process, bitness: Bitness) => {

await mkdir(gameOverlayPath, { recursive: true });
await downloadFile(
'https://dl.kotworks.cyou/tosu/overlay.zip',
'https://dl-eu.kotworks.cyou/tosu/overlay.zip',
archivePath
);

Expand Down

0 comments on commit 7999c59

Please sign in to comment.