ivoronin / TomatoBar

🍅 World's neatest Pomodoro timer for macOS menu bar
MIT License
2.29k stars 107 forks source link

notarize in github actions #48

Closed karelbilek closed 1 year ago

karelbilek commented 1 year ago

It's now possible to sign and notarize in github actions through rust crate

You need to install rust, cargo install apple-codesign and look at the documentation to the crate

You don't need to know any Rust for that

ivoronin commented 1 year ago

Duplicate of #34