mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-10 07:03:06 -04:00
Windows: Patch host updater to reinject (#138)
This commit is contained in:
parent
c116d00d03
commit
a7dbd73547
4 changed files with 144 additions and 20 deletions
|
@ -103,7 +103,7 @@ async function install(installations) {
|
|||
|
||||
fs.writeFileSync(
|
||||
path.join(dir, "index.js"),
|
||||
`require("${ENTRYPOINT}"); require("../app.asar");`
|
||||
`require("${ENTRYPOINT}");`
|
||||
);
|
||||
fs.writeFileSync(
|
||||
path.join(dir, "package.json"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue