forked from paul-griffith/kindling
-
Notifications
You must be signed in to change notification settings - Fork 6
/
conveyor.conf
39 lines (34 loc) · 959 Bytes
/
conveyor.conf
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
35
36
37
38
39
include required("https://raw.githubusercontent.com/hydraulic-software/conveyor/master/configs/jvm/extract-native-libraries.conf")
app {
display-name = "Kindling"
rdns-name = "io.github.inductiveautomation.kindling"
vcs-url = "github.com/inductiveautomation/kindling"
vendor = "Inductive Automation"
license = "MIT"
jvm {
modules += java.desktop
modules += java.sql
modules += java.logging
modules += java.naming
modules += java.xml
modules += jdk.zipfs
}
file-associations = [
.data application/data,
.gwbk application/gwbk,
.idb application/idb,
.json application/json,
.log text/log,
.modl application/modl,
.script application/script,
.txt text/plain,
.zip application/zip,
]
icons = "src/main/resources/logo.svg"
site {
extra-header-html = """
<link rel=icon href=icon.svg sizes="any" type="image/svg+xml">
"""
}
}
conveyor.compatibility-level = 14