From d8cc3eeeb55b92b0d7fe9a325937df11c28fbcaa Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 12 Jan 2020 17:05:25 +0200 Subject: Update doc/ and move various entries to wiki --- doc/Development/Updater.asciidoc | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 doc/Development/Updater.asciidoc (limited to 'doc/Development/Updater.asciidoc') diff --git a/doc/Development/Updater.asciidoc b/doc/Development/Updater.asciidoc deleted file mode 100644 index a039318..0000000 --- a/doc/Development/Updater.asciidoc +++ /dev/null @@ -1,25 +0,0 @@ -== Updater - -=== Creating manifest -[code, sh] ----- -find windows/ -type f | xargs sha512sum | sed 's/windows\///' > windows-sha512.txt -find windows/ -type d -exec chmod 755 {} + ----- - -=== Building - -You can build for the current system using: -[code, sh] ----- -go build -# remove debug information -strip updater ----- - -You can also cross-compile for other systems by setting GOOS and GOARCH. For a -list of supported platforms, use `go tool dist list`. -[code, sh] ----- -GOOS=windows GOARCH=amd64 go build ----- -- cgit v1.2.1