mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-30 14:48:56 +07:00
Remove unused parameters
This commit is contained in:
@ -136,7 +136,7 @@ for (platform in Platform.values()) {
|
||||
|
||||
val platformNameForPackrCmd =
|
||||
if (platform == Platform.MacOS) "mac"
|
||||
else platform.name.toLowerCase()
|
||||
else platform.name.lowercase()
|
||||
|
||||
val command = "java -jar $rootDir/packr-all-4.0.0.jar" +
|
||||
" --platform $platformNameForPackrCmd" +
|
||||
|
Reference in New Issue
Block a user