mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
@@ -18,7 +18,7 @@ pub struct ItchGame {
|
||||
impl From<ItchGame> for ShortcutOwned {
|
||||
fn from(game: ItchGame) -> Self {
|
||||
let exe = Path::new(&game.install_path).join(&game.executable);
|
||||
let exe = exe.to_str().unwrap().to_string();
|
||||
let exe = exe.to_string_lossy().to_string();
|
||||
let shortcut = Shortcut::new(
|
||||
"0",
|
||||
game.title.as_str(),
|
||||
|
||||
Reference in New Issue
Block a user