zemeroth icon indicating copy to clipboard operation
zemeroth copied to clipboard

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

Open lishaoxia1985 opened this issue 2 years ago • 0 comments

It will be OK if I edit Line 14 in file "/utils/assets_export.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

lishaoxia1985 avatar Mar 03 '22 07:03 lishaoxia1985