From 7d71c0647c39d28a8b95ce510c079f5014fca155 Mon Sep 17 00:00:00 2001 From: Benedikt Terhechte Date: Sat, 18 Dec 2021 06:18:13 -0800 Subject: [PATCH] Update README.md Added notes about windows support --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8e89eeb..d4f980d 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,10 @@ sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev lib ``` +#### Windows + +Windows supor is a bit shaky. + +- [cargo bundle](https://github.com/burtonageo/cargo-bundle/issues/77) doesn't currently work on Windows +- [cargo wix should work](https://github.com/volks73/cargo-wix), but I could not get it to work +- `cargo build --release` works, but then the binary has no icon. \ No newline at end of file