mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
how to upgrate automatically #167
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dongfo on GitHub (May 27, 2018).
Originally assigned to: @robertmuehsig on GitHub.
as we all known ,our app need to be upgrate ,how to make it?
@R00iBaard commented on GitHub (Jun 11, 2018):
+1, also interested in the recommended deployment process. Would we setup Squirrel as per a normal windows application (we only supporting windows for now) or would we use Electron-Builder or would we just build the package and it automatically handle the update? - "dotnet electronize build /target win" as an example.
Thanks!
@GregorBiswanger commented on GitHub (Jan 4, 2019):
Duplicate of #175