mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 14:03:42 +02:00
Make orders strings instead of usize (#63)
This commit is contained in:
@@ -16,7 +16,7 @@ impl From<ItchGame> for ShortcutOwned {
|
||||
let exe = Path::new(&game.install_path).join(&game.executable);
|
||||
let exe = exe.to_str().unwrap().to_string();
|
||||
let shortcut = Shortcut::new(
|
||||
0,
|
||||
"0",
|
||||
game.title.as_str(),
|
||||
exe.as_str(),
|
||||
&game.install_path,
|
||||
|
||||
Reference in New Issue
Block a user