mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-23 13:10:54 +07:00
packrWindows now dependant on dist
This commit is contained in:
parent
2a139ff732
commit
c0ace9f0d4
@ -42,7 +42,7 @@ task dist(dependsOn: classes, type: Jar) {
|
||||
}
|
||||
}
|
||||
|
||||
task packrWindows(){
|
||||
task packrWindows(dependsOn: dist){
|
||||
PackrConfig config = new PackrConfig()
|
||||
config.platform = PackrConfig.Platform.Windows64
|
||||
config.jdk = "https://github.com/ojdkbuild/ojdkbuild/releases/download/java-1.8.0-openjdk-1.8.0.232-1.b09/java-1.8.0-openjdk-1.8.0.232-1.b09.ojdkbuild.windows.x86_64.zip"
|
||||
|
Loading…
Reference in New Issue
Block a user