ozkriff / zemeroth

😠⚔️😈 A minimalistic 2D turn-based tactical game in Rust
https://ozkriff.itch.io/zemeroth
Apache License 2.0
1.4k stars 87 forks source link

Running "./utils/assets_export.sh" will get an error "resvg: command not found" in archlinux #681

Open lishaoxia1985 opened 2 years ago

lishaoxia1985 commented 2 years ago

It will be OK if I edit Line 14 in file "/utils/assetsexport.sh" like this: $HOME/.cargo/bin/_resvg --zoom=12 --export-id="$id" $INPUT_FILE "$OUT_DIR/$id.png" That's because that The resvg installation root maybe be changed. You can check more information in this web: https://doc.rust-lang.org/cargo/commands/cargo-install.html