chore: fix packager

This commit is contained in:
2025-02-13 18:29:03 +07:00
parent f1977be7b3
commit 93258ad8ed
8 changed files with 10 additions and 7 deletions

View File

@@ -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]

View File

@@ -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 }]

View File

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB