Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
asportnoy committed Aug 14, 2023
1 parent 7f0f1c8 commit fe7867a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/inject/injector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { join, sep } from "path";
import fetch from "node-fetch";
import { IpcMainInvokeEvent } from "electron";

const DOWNLOAD_URL = "https://replugged.dev/api/v1/store/dev.replugged.Replugged?type=install";
const DOWNLOAD_URL = "https://replugged.dev/api/v1/store/dev.replugged.Replugged.asar?type=install";

const moveToOrig = (appDir: string): void => {
// Check if we need to move app.asar to app.orig.asar
Expand Down

0 comments on commit fe7867a

Please sign in to comment.