We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647a1b0 commit e4ebd4aCopy full SHA for e4ebd4a
app/test/processing/app/CommandLineTest.java
@@ -59,7 +59,7 @@ public void findBuildPaths() throws Exception {
59
arduinoPath = new File(buildPath, "build/linux/work/arduino");
60
}
61
if (OSUtils.isWindows()) {
62
- arduinoPath = new File(buildPath, "build/windows/work/arduino");
+ arduinoPath = new File(buildPath, "build/windows/work/arduino.exe");
63
64
if (OSUtils.isMacOS()) {
65
arduinoPath = new File(buildPath,
0 commit comments