File tree 2 files changed +19
-0
lines changed
2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ buildscript {
11
11
}
12
12
dependencies {
13
13
classpath " org.javamodularity:moduleplugin:1.5.0"
14
+ classpath " org.mini2Dx:butler:1.1.3"
14
15
}
15
16
}
16
17
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import org.gradle.internal.os.OperatingSystem
3
3
plugins {
4
4
id ' application'
5
5
id ' distribution'
6
+ id ' org.mini2Dx.butler'
6
7
id ' org.beryx.jlink' version ' 2.10.4'
7
8
}
8
9
@@ -16,6 +17,23 @@ jlink {
16
17
}
17
18
}
18
19
20
+
21
+ butler {
22
+ user = " ealrann"
23
+ game = " vsand"
24
+ userVersion = project. version
25
+
26
+ windows {
27
+ binDirectory = " $projectDir /build/image"
28
+ channel = " windows"
29
+ }
30
+ linux {
31
+ binDirectory = " $projectDir /build/image"
32
+ channel = " linux"
33
+ }
34
+ }
35
+
36
+
19
37
mainClassName = ' org.sheepy.vsand/org.sheepy.vsand.VSandApplicationLauncher'
20
38
jar {
21
39
manifest {
You can’t perform that action at this time.
0 commit comments