mirror of
https://github.com/SrIzan10/helium.git
synced 2026-06-16 07:47:35 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b0960ed441 | |||
| 7170d87bbd |
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "helium",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.3",
|
||||
"author": {
|
||||
"email": "helium@srizan.dev",
|
||||
"name": "eth0 software",
|
||||
|
||||
Reference in New Issue
Block a user