edvin / fxlauncher

Auto updating launcher for JavaFX Applications
Apache License 2.0
715 stars 107 forks source link

Windows Signing #157

Open ghost opened 5 years ago

ghost commented 5 years ago

Hey, I'm struggling for some hours now, to find a way to sign my Native Windows application created by FxLauncher.

Could anyone point me in the right direction ? Currently we are struggling, because a new AV in our company kills our scripts, because they are from "untrusted developers".

So how to Sign an fxLauncher Native? Do I have to sign the installer ? The Jar ?

Is SignTool.exe from Microsoft the correct Tool ?

edvin commented 5 years ago

Yes, the easiest solution is simply to build the executable and sign it manually on the command line using signtool. All you need is in the signtool docs :)