Seems unmaintained so I guess I'm on my own but may as well post anyway: ```sh go-msi make --src=./distribution/windows/templates --path=./distribution/windows/wix.json --msi=./dist/windows/Appname.msi --out=./dist/windows/temp --version={{.VERSION}} --license=LICENSE ``` ``` Rel: can't make D:\Work\appname\dist\windows\Appname.msi relative to ./dist/windows/temp ``` Looks broken, no paths work in the config even if they are absolute.