mh-cbon / go-msi

Easy way to generate msi package for a Go project
https://mh-cbon.github.io/go-msi/
MIT License
462 stars 55 forks source link

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

Open Southclaws opened 2 years ago

Southclaws commented 2 years ago

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.

sandisahdewo commented 1 year ago

I have the same issue

cprkv commented 1 year ago

I have the same issue