292
edits
Line 145: | Line 145: | ||
: Type of the executable. Important if the executable has to be run by a specific interpreter like .Net. Can be either one of: | : Type of the executable. Important if the executable has to be run by a specific interpreter like .Net. Can be either one of: | ||
:: ''OSBinary'' - Normal binary which can be executed by itself (assumed by default) | :: ''OSBinary'' - Normal binary which can be executed by itself (assumed by default) | ||
:: ''WinExe'' - Normal Windows executable (.exe) - only supported for Windows only packages (assumed if ''ExeName'' ends in ".exe" and ''ExeType'' is not given as | :: ''WinExe'' - Normal Windows executable (.exe) - only supported for Windows only packages (assumed if ''ExeName'' ends in ".exe" and ''ExeType'' is not given as ''DotNet'') | ||
:: ''DotNet'' - .Net binary, executed by MS.NET on Windows, Mono on Mac OS X and Linux | :: ''DotNet'' - .Net binary, executed by MS.NET on Windows, Mono on Mac OS X and Linux | ||
:: ''Jar'' - Java .jar archive (assumed if ''ExeName'' ends in ".jar") | :: ''Jar'' - Java .jar archive (assumed if ''ExeName'' ends in ".jar") |