Removed references to electronize

This commit is contained in:
Florian Rappl
2026-09-07 08:25:18 +02:00
parent 730eacbd52
commit 521e7c935a
3 changed files with 2 additions and 5 deletions

View File

@@ -29,9 +29,6 @@ namespace ElectronNET.WebApp.Controllers
Electron.IpcMain.On("auto-update", async (args) =>
{
// Electron.NET CLI Command for deploy:
// electronize build /target win /electron-params --publish=always
var currentVersion = await Electron.App.GetVersionAsync();
var updateCheckResult = await Electron.AutoUpdater.CheckForUpdatesAndNotifyAsync();
var availableVersion = updateCheckResult.UpdateInfo.Version;