Git Product home page Git Product logo

signpackage's People

Contributors

craigraw avatar dependabot[bot] avatar dg76 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

signpackage's Issues

Release to maven central

In order to be able to use this tool in an automated maven build it would be nice if it was published to maven central.

At the moment I'm experimenting with the workflow it implements and your instructions on your website, I hope I'll get there. Thank you for your work.

jnilib files should be also signed

Line 82 of Main.kt
is
} else if (file.name.endsWith(".dylib") || file.canExecute()) {
should be
} else if (file.name.endsWith(".dylib") || file.name.endsWith(".jnilib") || file.canExecute()) {

Let me know if you want a merge request.

Unquoted certificate name results in unknown exception

Ran into this problem which resulted in "unknown exception" messages from every step. I noticed that the certificate name was not quoted (and contains spaces).

So I added quotes around the sign-key parameter, like this:
command.add(""" + cmd.getOptionValue(OPTION_SIGN_KEY) + """)

and this resolved the problem (I think).

Now I get "no identity found" errors, but I presume (hope) that is a different problem.

Thanks in advance for this tool and your article. I feel like I might actually get this working :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.