Just updated to 0.3.3 and run into the following issue (from crash.log):
Code:
Plato is running on a Kobo Glo HD.
The framebuffer resolution is 1072 by 1448.
error: cannot open icons/check_mark-small.svg: No such file or directory
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', /checkout/src/libcore/option.rs:335:20
note: Run with `RUST_BACKTRACE=1` for a backtrace.
Aborted
After copying the icon from github, the error is just:
Code:
error: syntax error after attribute name
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', /checkout/src/libcore/option.rs:335:20
note: Run with `RUST_BACKTRACE=1` for a backtrace.
Aborted