mh-cbon/go-msi

Rel: can't make <absolute MSI path> relative to <relative --out path>

Southclaws opened this issue · 2 comments

Seems unmaintained so I guess I'm on my own but may as well post anyway:

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.

I have the same issue

cprkv commented

I have the same issue