Skip to content

Commit ba0a686

Browse files
authored
Update README.md
1 parent 109bfce commit ba0a686

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,14 @@ Copy everything under folder dist to folder wwwroot (assume this is distribution
4646

4747
3. Initial installation of your electron application: right click dist/"Electron Angular Application Setup.exe" and "run as administrator" to install
4848

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:
5051
>npm version patch
5152
53+
5254
5. Rebuild and distribute upgraded election application: delete everything in folder "dist" and "wwwroot" then repeat step 2 above again, and step 1.
5355

56+
5457
6. auto update happens: Open your electron application from desktop shortcut again and you can see new version is downloaded and upgraded.
5558

5659
**************************************************

0 commit comments

Comments
 (0)