Package macOS desktop releases as DMGs (#82)
This commit is contained in:
14
tools/macos-packager/Cargo.toml
Normal file
14
tools/macos-packager/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "ironstorage-macos-packager"
|
||||
description = "Build IronStorage macOS release bundles and DMGs"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
apple-bundles.workspace = true
|
||||
apple-codesign.workspace = true
|
||||
apple-dmg.workspace = true
|
||||
icns.workspace = true
|
||||
simple-file-manifest.workspace = true
|
||||
Reference in New Issue
Block a user