Fix deb asset path in todos example

This commit is contained in:
Héctor Ramón Jiménez 2022-07-14 18:29:40 +02:00
parent 387b2d0991
commit 34b691fdd4
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -20,6 +20,6 @@ wasm-timer = "0.2"
[package.metadata.deb]
assets = [
["target/release/todos", "usr/bin/iced-todos", "755"],
["target/release-opt/todos", "usr/bin/iced-todos", "755"],
["iced-todos.desktop", "usr/share/applications/", "644"],
]