File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ include "#!./gradlew -q printConveyorConfig"
55include required("https://raw.githubusercontent.com/hydraulic-software/conveyor/master/configs/jvm/extract-native-libraries.conf")
66
77app {
8- version = "1.1 .0"
8+ version = "1.2 .0"
99 display-name = "Kindling"
1010 rdns-name = "io.github.inductiveautomation.kindling"
1111 vcs-url = "github.com/inductiveautomation/kindling"
@@ -27,15 +27,15 @@ app {
2727 }
2828
2929 file-associations = [
30- .data,
31- .gwbk,
32- .idb,
33- .json,
34- .log,
35- .modl,
36- .script,
37- .txt,
38- .zip,
30+ .data application/data ,
31+ .gwbk application/gwbk ,
32+ .idb application/idb ,
33+ .json application/json ,
34+ .log text/log ,
35+ .modl application/modl ,
36+ .script application/script ,
37+ .txt text/plain ,
38+ .zip application/zip ,
3939 ]
4040
4141 icons = "src/main/resources/logo.svg"
Original file line number Diff line number Diff line change 1- version =1.1 .1-SNAPSHOT
1+ version =1.2 .1-SNAPSHOT
22org.gradle.jvmargs =-Xmx2G
You can’t perform that action at this time.
0 commit comments