-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconveyor.conf
42 lines (25 loc) · 792 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
40
41
42
include "#!./gradlew -q printConveyorConfig"
include required("https://raw.githubusercontent.com/hydraulic-software/conveyor/master/configs/jvm/extract-native-libraries.conf")
gradle-cache = ${env.HOME}/.gradle
conveyor.compatibility-level = 16
app {
rdns-name = "io.github.stefanoltmann.thumbnail-fixer"
fsname = "thumbnail-fixer"
display-name = "Thumbnail Fixer"
vcs-url = github.com/stefanoltmann/thumbnail-fixer
license = GPL-3
site {
github {
oauth-token = ${env.GITHUB_TOKEN}
pages-branch = gh-pages
}
}
icons = app_icon.svg
compression-level = high
updates = aggressive
windows.amd64.inputs += "libs/*.dll"
mac {
info-plist.LSMinimumSystemVersion = 11.0.0
info-plist.CFBundleLocalizations = [ "en", "de" ]
}
}