Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sassman/cargo-codesign-rs

Repository files navigation

cargo codesign

crates.io license


A cargo subcommand that handles code signing, notarization, and update signatures for Rust binaries across macOS, Windows, and Linux.

Quick start

cargo install cargo-codesign
cargo codesign init          # generate sign.toml
cargo codesign status        # check credentials and tools
cargo codesign macos --app target/release/bundle/MyApp.app
  • Styled DMG installers with background image and icon positions via [macos.dmg] in sign.toml — see DMG Styling guide

Documentation

Full documentation is available in the cargo-codesign book.

License

Licensed under either of Apache License, Version 2.0 or MIT License at your option.

About

A cargo subcommand that handles code signing, notarization, and update signatures for Rust binaries across macOS, Windows and Linux

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Contributors

Languages