问题
My java application depends on some native libraries. So I need to create an architecture-specific deb (i.e. I need to set the Architecture field to amd64 or x86). How can I do this with install4j?
回答1:
This is currently not possible, but we'll add this option in 5.1.6. Please contact support to get a build where this is already implemented, We'd be grateful if you could test this at your end.
回答2:
Sorry if it doesn't answer to your question very accurately but you can already create an architecture-specific Debian package with JDeb. Look at this example, replace "all" by the correct architecture.
来源:https://stackoverflow.com/questions/16911708/how-do-i-set-the-architecture-on-install4j