Skip to content

Commit

Permalink
chore: change url
Browse files Browse the repository at this point in the history
  • Loading branch information
cyperdark committed Oct 23, 2024
1 parent 9e9fbf8 commit ce2d2eb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/game-overlay/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ export const injectGameOverlay = async (p: Process) => {
);

await mkdir(gameOverlayPath);
await downloadFile(
'https://nocfdl.kotworks.cyou/tosu-overlay-alpha.zip',
archivePath
);
await downloadFile('https://tosu.app/overlay.zip', archivePath);

await unzip(archivePath, gameOverlayPath);
await rm(archivePath);
Expand Down

0 comments on commit ce2d2eb

Please sign in to comment.