chore: fix build and release

This commit is contained in:
2025-02-13 17:58:23 +07:00
parent 87bc38cec3
commit f1977be7b3
3 changed files with 20 additions and 25 deletions

13
Packager.toml Normal file
View 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"