Add macOS app icon and bundle workflow

This commit is contained in:
2026-08-10 22:24:07 +02:00
parent aeb18b488f
commit 4163ec5e25
6 changed files with 24 additions and 0 deletions

View File

@@ -6,6 +6,16 @@ edition.workspace = true
rust-version.workspace = true
publish = false
[package.metadata.packager]
product-name = "IronStorage"
identifier = "de.rfc1437.ironstorage"
category = "utility"
icons = ["../../assets/icon-candidates/vault-classic@2x.png"]
before-packaging-command = { script = "cargo build --release --package ironstorage-desktop", dir = "../.." }
[package.metadata.packager.macos]
signing-identity = "-"
[[bin]]
name = "ironstorage-desktop"
path = "src/main.rs"