calamares/src/modules/welcome/module.desc

8 lines
307 B
Plaintext
Raw Normal View History

2014-07-02 11:47:48 +02:00
# Module metadata file for greeting viewmodule
# Syntax is YAML 1.2
---
type: "view" #core or view
name: "greeting" #the module name. must be unique and same as the parent directory
interface: "qtplugin" #can be: qtplugin, python, process, ...
2014-06-24 12:41:26 +02:00
load: "libcalamares_viewmodule_greeting.so"