Configuring updates #1312
Answered
by
nklayman
amiranagram
asked this question in
Q&A
Configuring updates
#1312
-
Hi, a web-dev here, learning electron. How can I tell the builder to generate .nupkg files? Also is there no updater? I have configured an update server and currently I'm stuck on the last step. See here.
Also this is the code in my
Help is appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
nklayman
Apr 2, 2021
Replies: 1 comment
-
Since this plugin uses electron-builder to package the application, you should use their updater. Follow this guide to set it up with your project. The updater you are trying to use appears to be for a different packaging method. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nklayman
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Since this plugin uses electron-builder to package the application, you should use their updater. Follow this guide to set it up with your project. The updater you are trying to use appears to be for a different packaging method.