Skip to content

Commit

Permalink
📦 Don't hardcode resources in tauri.conf.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Somfic committed Dec 18, 2023
1 parent 6c98211 commit 37def0b
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,9 @@
"active": true,
"targets": "msi",
"identifier": "somfic.dev.vla",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/[email protected]",
"icons/icon.icns",
"icons/icon.ico"
],
"externalBin": [
"binaries/csharp"
],
"resources": [
"uiohook.dll"
]
"icon": ["icons/32x32.png", "icons/128x128.png", "icons/[email protected]", "icons/icon.icns", "icons/icon.ico"],
"externalBin": ["binaries/csharp"],
"resources": []
},
"security": {
"csp": null
Expand All @@ -59,4 +49,4 @@
}
]
}
}
}

0 comments on commit 37def0b

Please sign in to comment.