nicohman / rust-wildbow-scraper

Automatically scrapes wildbow's web serials and compiles them into ebooks
GNU General Public License v3.0
95 stars 20 forks source link

Windows Release #59

Open Shhwip opened 3 months ago

Shhwip commented 3 months ago

Rust can target many platforms and as previously mentioned in other issues using git and cargo can be too much for non technical people. We should add a windows executable to the releases page so its easier for the layman to use this code.

Shhwip commented 3 months ago

I generated a .exe on ubuntu 24 by running the following commands sudo apt install mingw-w64 rustup target add x86_64-pc-windows-gnu cargo build --target x86_64-pc-windows-gnu