Update executable names for beta and alpha paths.

This commit is contained in:
Patrick FIc
2025-09-09 15:47:31 -07:00
parent 9fdd88526c
commit 1c839ee3f8
11 changed files with 333 additions and 20 deletions

View File

@@ -531,7 +531,7 @@ app.whenReady().then(async () => {
//Check for app updates.
autoUpdater.logger = log;
autoUpdater.allowDowngrade = true;
// if (import.meta.env.DEV) {
// // Useful for some dev/debugging tasks, but download can
// // not be validated because dev app is not signed