chore: fix build
This commit is contained in:
@@ -13,4 +13,6 @@ icons = [
|
|||||||
]
|
]
|
||||||
before-packaging-command = "cargo build --release"
|
before-packaging-command = "cargo build --release"
|
||||||
out-dir = "./target/release"
|
out-dir = "./target/release"
|
||||||
binaries = [{ path = "Coop", main = true }]
|
binaries = [
|
||||||
|
{ path = "coop", main = true },
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user