Results 46 comments of Matthew D. Steele

Gotcha. I'm not familiar with snap, so I'm not sure what would be the best way to point to the data. Would an environment variable work? (e.g. `SYZYGY_DATA_DIR=path/to/data`). That would...

I've added support for a `SYZYGY_DATA_DIR` environment variable, and updated the instructions at https://github.com/mdsteele/syzygy#building-and-running-locally. Please let me know if that works for you.

The `.desktop` file is normally generated by `cargo-bundle` when following the instructions at https://github.com/mdsteele/syzygy#debian-linux. The values for the `.desktop` file are pulled from various places in the `Cargo.toml` file (see...

Hi, sorry for the trouble. Instructions for running locally (recently updated) are here: https://github.com/mdsteele/syzygy#building-and-running-locally There's no `make install` script, but current instructions for installing on Ubuntu are here: https://github.com/mdsteele/syzygy#debian-linux

The [`msi`](https://docs.rs/msi) crate (which depends on the `cfb` crate) allows reading SummaryInformation from MSI files (see https://docs.rs/msi/0.7.0/msi/struct.Package.html#method.summary_info). If you're dealing specifically with MSI files, that might be what you want....

Sorry for the slow reply; I finally took a look at this today. For starters, it seems like the `msi` crate could use some improvements in its error reporting. (-:...