You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -46,11 +46,14 @@ Copy everything under folder dist to folder wwwroot (assume this is distribution
46
46
47
47
3. Initial installation of your electron application: right click dist/"Electron Angular Application Setup.exe" and "run as administrator" to install
48
48
49
-
4.Make sure installation is ok: try your electron application from desktop shortcut and make sure everything is ok and you should see no update message. Now we are going to upgrade our electron application by:
49
+
50
+
4. Make sure installation is ok: try your electron application from desktop shortcut and make sure everything is ok and you should see no update message. Now we are going to upgrade our electron application by:
50
51
>npm version patch
51
52
53
+
52
54
5. Rebuild and distribute upgraded election application: delete everything in folder "dist" and "wwwroot" then repeat step 2 above again, and step 1.
53
55
56
+
54
57
6. auto update happens: Open your electron application from desktop shortcut again and you can see new version is downloaded and upgraded.
0 commit comments