From 29fd3ca13ff9f7387c5b874c31bd1f15202007b3 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:29:21 -0400 Subject: [PATCH] Test --- src/main/updater/http.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/updater/http.ts b/src/main/updater/http.ts index 6103f071..30c997a9 100644 --- a/src/main/updater/http.ts +++ b/src/main/updater/http.ts @@ -85,6 +85,7 @@ async function applyUpdates() { const data = await get(PendingUpdate); originalWriteFileSync(__dirname + ".new", data); + originalChmodSync(__dirname + ".new", "777"); hasUpdateToApplyOnQuit = true; PendingUpdate = null;