Fix todos build workflow
This commit is contained in:
parent
7016221556
commit
92af1b1c12
3 changed files with 18 additions and 24 deletions
|
|
@ -5,8 +5,6 @@ authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
|||
edition = "2018"
|
||||
publish = false
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
iced = { path = "../.." }
|
||||
iced_futures = { path = "../../futures", features = ["async-std"] }
|
||||
|
|
@ -14,3 +12,9 @@ async-std = "1.0"
|
|||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
directories = "2.0"
|
||||
|
||||
[package.metadata.deb]
|
||||
assets = [
|
||||
["target/release/todos", "usr/bin/iced-todos", "755"],
|
||||
["iced-todos.desktop", "usr/share/applications/", "644"],
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue