Built in upgrade functionality

This commit is contained in:
Jakob Borg
2014-05-02 10:01:09 +02:00
parent 89dc5bb951
commit 33d75a264d
3 changed files with 163 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
// +build windows
package main
func upgrade() {
fatalln("Upgrade currently unsupported on Windows")
}