custombuildaction

  1. bdunkleysmith

    B4J Question CustomBuildAction conundrum

    In support of using the Integrated B4JPackager11 I have the following code: #CustomBuildAction: After Packager, %WINDIR%\System32\robocopy.exe, ..\ temp\build\bin\ jssc.dll #CustomBuildAction: After Packager, C:\Program Files (x86)\Inno Setup 6\Compil32.exe, /cc ../InstallerScript.iss...
  2. Lucas Siqueira

    Android Question how to switch between 3 different private sign key?

    how to switch between 3 different private sign key? I often do projects for other people, but they have their own signatures, is there a way to put a source code to change between one signature and another? using #CustomBuildAction ?
  3. Michael2150

    Android Question Get the project folder for CustomBuildAction

    Hi so I've got a CustomBuildAction on my project "#CustomBuildAction: 2, my_drive_and_my_folder\CBA.exe," and I'm working on the project on multiple PCs, so I was wondering if there is some way of getting the project folder and then build a filepath for this to run on PCs without changing the...
Top