From 04d3074ab2c056d84228e40a6641641441acd856 Mon Sep 17 00:00:00 2001 From: Oleg Aleynik Date: Tue, 24 Jan 2017 14:25:13 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcd5ae3..2e31869 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To update target application updater needs to know two things - where zip archiv 3) Install rsrc `go get github.com/akavel/rsrc` 4) Clone this repo 5) Go to src/nwjs-autoupdater and edit `nwjs-autoupdater.exe.manifest` as you like. WARNING: don't touch the `requestedExecutionLevel` value. -6) Execute `rsrc -manifest nwjs-autoupdater.exe.manifest -ico -o nwjs-autoupdater.syso` to generate a .syso file with specified resources embedded +6) Execute `rsrc -manifest nwjs-autoupdater.exe.manifest -ico -o nwjs-autoupdater.syso` to generate a .syso file with specified resources embedded and to make it WORK ON WINDOWS. 7) Execute `glide install` to install dependencies 8) Go back to the root folder and run `GOPATH=$(pwd) go build nwjs-autoupdater` to build for current platform. To build for other platforms use appropriate flags: ```