Fix deb asset path in todos example
This commit is contained in:
parent
387b2d0991
commit
34b691fdd4
1 changed files with 1 additions and 1 deletions
|
|
@ -20,6 +20,6 @@ wasm-timer = "0.2"
|
||||||
|
|
||||||
[package.metadata.deb]
|
[package.metadata.deb]
|
||||||
assets = [
|
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"],
|
["iced-todos.desktop", "usr/share/applications/", "644"],
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue