B4J Question Json example to set icon using b4jpackager.jar

Markos

Well-Known Member
Licensed User
Longtime User
Hi All

Can you direct me to an example using Json to set icon using b4jpackager.jar command line

Thanks
 

Markos

Well-Known Member
Licensed User
Longtime User
I was being lazy this time but quite right.I do get frustrated many a time someone says solved with little or no detail

Json file
=======
{
InputJar: "e:/temp/test.jar",
IconFile: "e:/temp/icon.ico"
}

This was for my need with B4JPackager.jar where the variable names InputJar and IconJar are declared.
 
Upvote 0
Top