Skip to content

Self-build for macOS (x86/aarch64) #170

@eric1932

Description

@eric1932

Please consider including macOS rebuilt in releases.

What I did

rustup target add x86_64-apple-darwin
cargo build --release
cargo build --release --target=x86_64-apple-darwin
# create universal binary
cd targets; lipo x86_64-apple-darwin/release/steamguard-cli release/steamguard-cli \
  -create -output ./steamguard-cli

prebuilt binary (commit hash 8c4535): steamguard-cli.zip
USE AT YOUR OWN RISK

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions