2 Commits

Author SHA1 Message Date
b0960ed441 fix: faulty updater 2026-06-15 23:36:02 +02:00
7170d87bbd chore: bump faulty release 2026-06-13 19:39:42 +02:00
2 changed files with 2 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ import {
type IpcMainInvokeEvent,
type DesktopCapturerSource,
} from 'electron';
import electronUpdater, { type AppUpdater, type ProgressInfo, type UpdateInfo } from 'electron-updater';
import { autoUpdater, type AppUpdater, type ProgressInfo, type UpdateInfo } from 'electron-updater';
import path from 'path';
import { VenmicManager, type VenmicLinkOptions } from './venmic';
@@ -79,7 +79,6 @@ interface UpdateStatusPayload {
}
function getAutoUpdater(): AppUpdater {
const { autoUpdater } = electronUpdater;
return autoUpdater;
}

View File

@@ -1,6 +1,6 @@
{
"name": "helium",
"version": "0.2.0",
"version": "0.2.3",
"author": {
"email": "helium@srizan.dev",
"name": "eth0 software",