Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

feenk-signer

A utility to sign applications. It presently supports signing Mac and Android apps.

Sign Mac .app:

./feenk-signer mac MyApp.app --certificate certificate.p12 --password "pass"

Integrates with Jenkins secrets by accepting CERT and CERT_PASSWORD env.vars. instead of plain text options:

export CERT=path/to/cert.p12
export CERT_PASSWORD="pass"

./feenk-signer mac MyApp.app

See ./feenk-signer mac --help for more options.

Sign Android .apk:

./feenk-signer android MyApp.apk --keystore release.keystore --password "pass"

Integrates with Jenkins secrets and cargo-apk by accepting CARGO_APK_RELEASE_KEYSTOREand CARGO_APK_RELEASE_KEYSTORE_PASSWORD env.vars. instead of plain text options:

export CARGO_APK_RELEASE_KEYSTORE=path/to/release.keystore
export CARGO_APK_RELEASE_KEYSTORE_PASSWORD="pass"

./feenk-signer android MyApp.apk

See ./feenk-signer android --help for more options.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

8 watching

Forks

Releases

Packages

Used by

Contributors

Languages