Results 31 comments of Songtronix

This missing feature currently really complicates my CI setup :/ Any progress being made?

Well I could in theory switch from (Github actions): ```yml - name: Build run: cargo build --bin airshipper --release - name: MSI Installer run: cargo wix --no-build --nocapture -n client...

I have to pass the version otherwise the command does not work at all: ``` Error[4] (Manifest): No 'version' field found in the package's manifest (Cargo.toml) ``` I've tested moving...

One annoyance is that the target directory will be in client now which effectively removes my caching completely and now I need to symlink or such which is the same...

I've moved the `wix` folder but your suggestion does not work: ![image](https://user-images.githubusercontent.com/18618951/73765869-73564200-4775-11ea-9423-230ee5f53031.png)

Running `cargo wix client/Cargo.toml --nocapture` with wix folder moved into client works as expected. Very nice job!

Hmm in my usecase it won't be needed. Furthermore can't think of any other usecase which couldn't be satisified with `cargo wix ` but with the `-p` option. Maybe it...

I don't know if that's a good idea especially when async/await syntax will come soon`tm`

https://github.com/Songtronix/Airshipper/blob/staging/TROUBLESHOOTING.md

I do not use Wayland myself so it's going to be hard for me to find the cause and fix it. I can only recommend using the cli then :/