mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-19 08:52:15 +01:00
Fixed CommandLineTest for windows
This commit is contained in:
parent
647a1b0aaa
commit
e4ebd4a6fc
@ -59,7 +59,7 @@ public class CommandLineTest {
|
||||
arduinoPath = new File(buildPath, "build/linux/work/arduino");
|
||||
}
|
||||
if (OSUtils.isWindows()) {
|
||||
arduinoPath = new File(buildPath, "build/windows/work/arduino");
|
||||
arduinoPath = new File(buildPath, "build/windows/work/arduino.exe");
|
||||
}
|
||||
if (OSUtils.isMacOS()) {
|
||||
arduinoPath = new File(buildPath,
|
||||
|
Loading…
x
Reference in New Issue
Block a user