chore: fix build and release
This commit is contained in:
13
Packager.toml
Normal file
13
Packager.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
name = "coop"
|
||||
product-name = "Coop"
|
||||
identifier = "su.reya.coop"
|
||||
version = "0.1.0"
|
||||
resources = ["src", "icons/*", "Cargo.toml", "../../README.md"]
|
||||
icons = [
|
||||
"icons/32x32.png",
|
||||
"icons/128x128.png",
|
||||
"icons/128x128@2x.png",
|
||||
"icons/icon.icns",
|
||||
"icons/icon.ico",
|
||||
]
|
||||
before-packaging-command = "cargo build --release"
|
||||
Reference in New Issue
Block a user