mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Make platforms generic
This commit is contained in:
@@ -19,8 +19,8 @@ pub struct ManifestItem {
|
||||
pub app_name: String,
|
||||
}
|
||||
|
||||
impl From<&ManifestItem> for ShortcutOwned {
|
||||
fn from(manifest: &ManifestItem) -> Self {
|
||||
impl From<ManifestItem> for ShortcutOwned {
|
||||
fn from(manifest: ManifestItem) -> Self {
|
||||
let exe = format!(
|
||||
"\"{}\\{}\"",
|
||||
manifest.install_location, manifest.launch_executable
|
||||
|
||||
Reference in New Issue
Block a user