mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 22:06:05 -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 = "soft"
|
||||
config.outDir = file("packr")
|
||||
config.cacheJre=file("packrCache")
|
||||
// config.cacheJre=file("packrCache")
|
||||
|
||||
doLast {
|
||||
if(config.outDir.exists()) delete(config.outDir)
|
||||
|
Loading…
x
Reference in New Issue
Block a user