14 lines
369 B
INI
14 lines
369 B
INI
|
[CEAppManager]
|
||
|
; Version is the version of the Application Manager (1.0)
|
||
|
Version = 1.0
|
||
|
Component = Life
|
||
|
|
||
|
[Life]
|
||
|
Description = Game of Life
|
||
|
; Uninstall = Life
|
||
|
; Do not specify the "InstallDir" key so that CEAppMgr will use the directory of this INI file
|
||
|
; as the install directory.
|
||
|
IconFile = life.ico
|
||
|
IconIndex = 0
|
||
|
;DeviceFile = life.exe
|
||
|
CabFiles = life.PPC2003_ARM.CAB
|