mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Make orders strings instead of usize (#63)
This commit is contained in:
@@ -33,7 +33,7 @@ pub fn create_sym_links(shortcut: &ShortcutOwned) -> ShortcutOwned {
|
||||
};
|
||||
|
||||
let new_shortcut = Shortcut::new(
|
||||
0,
|
||||
"0",
|
||||
shortcut.app_name.as_str(),
|
||||
exe.as_str(),
|
||||
start_dir.as_str(),
|
||||
|
||||
Reference in New Issue
Block a user