We have 2 industrial panels from different manufactures.
Each panel needs its own system sign key for the app.
Therfore were searching for a method to compile the same app twice with different keys with one click.
is this poosible?
Can I use relative path for #SignKeyFile setting? If yes, could someone show me how, please? 'I first put the file in the project folder (same as the project file) and use #SignKeyFile: mykeyfile.keystore 'Then I put the file in its parent folder and use #SignKeyFile: ..\mykeyfile.keystore...