-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathconfig.yml
More file actions
34 lines (30 loc) · 715 Bytes
/
config.yml
File metadata and controls
34 lines (30 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
variables:
product: Example App
version: 1.0
organization: ACME Inc.
organization_short: ACME
organization_contact: support@example.com
applauncher: "{{.linux_app_launcher}}"
uninstaller_name: "{{.uninstaller_name}}"
start_command: ExampleApp.sh
icon_file: ExampleApp.png
must_accept_license: true
show_terminal_during_app_run: false
default_install_dir_name: '{{.product | replace " " "" }}{{ index (.version | split ".") 0 }}'
log_filename: installer.log
gui_css: |
window, dialog, button, entry {
background: #fff;
color: #222;
}
textview {
font-size: .7em;
}
textview text {
color: #000;
background: #f8f8f8;
}
entry.faint-text {
color: #888;
}