11 lines
502 B
Plaintext
11 lines
502 B
Plaintext
|
|
!!hero_code.generate_installer
|
|
name:'caddy'
|
|
classname:'CaddyServer'
|
|
singleton:1 //there can only be 1 object in the globals, is called 'default'
|
|
templates:1 //are there templates for the installer
|
|
default:1 //can we create a default when the factory is used
|
|
title:''
|
|
supported_platforms:'' //osx, ... (empty means all)
|
|
reset:0 // regenerate all, dangerous !!!
|
|
startupmanager:1 //managed by a startup manager, default true |