<< Click to Display Table of Contents >> Navigation: ThinBASIC Tools > thinBundle > #BUNDLE Icon |
Description
Instruct BUNDLE process about the icon to be used for the executable.
Syntax
#BUNDLE Icon "BundleIconFileNameFullOrRelativePath"
Returns
None.
Parameters
Remarks
If no indications, a default icon will be used.
Restrictions
This directive is a pre parsing directive.
It means all #BUNDLE ... statements will be solved before starting script execution.
See also
Examples
#BUNDLE Icon "Application1.ico"
#BUNDLE Icon ".\Res\Application1.ico"