chore: fix packager
2
.github/workflows/main.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
needs: draft
|
needs: draft
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
|
|
||||||
|
|||||||
@@ -1,13 +1,16 @@
|
|||||||
name = "coop"
|
name = "coop"
|
||||||
|
description = "Coop is a cross-platform Nostr client designed for secure communication focus on simplicity and customizability."
|
||||||
product-name = "Coop"
|
product-name = "Coop"
|
||||||
identifier = "su.reya.coop"
|
identifier = "su.reya.coop"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
resources = ["src", "icons/*", "Cargo.toml", "../../README.md"]
|
resources = ["assets/*/*", "Cargo.toml", "./LICENSE", "./README.md"]
|
||||||
icons = [
|
icons = [
|
||||||
"icons/32x32.png",
|
"assets/brand/32x32.png",
|
||||||
"icons/128x128.png",
|
"assets/brand/128x128.png",
|
||||||
"icons/128x128@2x.png",
|
"assets/brand/128x128@2x.png",
|
||||||
"icons/icon.icns",
|
"assets/brand/icon.icns",
|
||||||
"icons/icon.ico",
|
"assets/brand/icon.ico",
|
||||||
]
|
]
|
||||||
before-packaging-command = "cargo build --release"
|
before-packaging-command = "cargo build --release"
|
||||||
|
out-dir = "./target/release"
|
||||||
|
binaries = [{ path = "Coop", main = true }]
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.4 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |