Add macOS app icon and bundle workflow
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user