From 7c4018cdbac8f4140f9551184d774f5bb81a0495 Mon Sep 17 00:00:00 2001 From: Roman Date: Sat, 29 Jul 2017 15:37:42 +0300 Subject: [PATCH] Update README.md Add url to example, how use electron-updater from gitlab.com private repository --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fde934f..169568e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ This repo contains the **bare minimum code** to have an auto-updating Electron a If you can't use GitHub, you can use other providers: - [Complete electron-updater HTTP example](https://gist.github.com/iffy/0ff845e8e3f59dbe7eaf2bf24443f104) +- [Complete electron-updater from gitlab.com private repo example](https://gist.github.com/Slauta/5b2bcf9fa1f6f6a9443aa6b447bcae05) **NOTE:** If you want to run through this whole process, you will need to fork this repo on GitHub and replace all instances of `iffy` with your GitHub username before doing the following steps.