We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 426d02b commit f79ca48Copy full SHA for f79ca48
build.gradle
@@ -356,9 +356,9 @@ if (System.getProperty("os.arch").matches("^(x8632|x86|i[3-6]86|ia32|x32)\$")) a
356
357
358
if (arch32) {
359
- def client32Name = os.startsWith('windows') ? 'battlecode-client-win-32' :
+ def client32Name = os.startsWith('windows') ? 'battlecode21-client-win-32' :
360
os.startsWith('mac') ? 'UNSUPPORTED' :
361
- 'battlecode-client-linux-32'
+ 'battlecode21-client-linux-32'
362
363
if (clientName.equals('UNSUPPORTED')) {
364
println 'Sorry, the Battlecode client does not support 32-bit architectures for OS X.'
0 commit comments