Remove unused parameters

This commit is contained in:
Yair Morgenstern
2024-06-24 23:13:33 +03:00
parent 77f02600fd
commit 7bd0a03cab
7 changed files with 11 additions and 15 deletions

View File

@ -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" +