mirror of
https://github.com/yairm210/Unciv.git
synced 2025-10-02 16:31:15 -04:00
Can't use the same cache for Linux and Windows - for now lets ignore it entirely
This commit is contained in:
parent
f27611710d
commit
03beb73e08
@ -67,7 +67,7 @@ for(platform in PackrConfig.Platform.values()) {
|
|||||||
// config.minimizeJre = "desktop/packrConfig.json"
|
// config.minimizeJre = "desktop/packrConfig.json"
|
||||||
config.minimizeJre = "soft"
|
config.minimizeJre = "soft"
|
||||||
config.outDir = file("packr")
|
config.outDir = file("packr")
|
||||||
config.cacheJre=file("packrCache")
|
// config.cacheJre=file("packrCache")
|
||||||
|
|
||||||
doLast {
|
doLast {
|
||||||
if(config.outDir.exists()) delete(config.outDir)
|
if(config.outDir.exists()) delete(config.outDir)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user