mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-30 19:52:13 +01:00
parent
3f74631762
commit
61cccc0151
@ -376,7 +376,7 @@ public class Base {
|
||||
// Build
|
||||
splash.splashText(tr("Verifying..."));
|
||||
|
||||
File sketchFile = new File(parser.getFilenames().get(0));
|
||||
File sketchFile = BaseNoGui.absoluteFile(parser.getFilenames().get(0));
|
||||
sketch = new Sketch(sketchFile);
|
||||
|
||||
outputFile = new Compiler(sketch).build(progress -> {}, false);
|
||||
|
@ -1,5 +1,8 @@
|
||||
ARDUINO 1.8.2
|
||||
|
||||
[ide]
|
||||
* Fix command line: works again with relative paths (regression)
|
||||
|
||||
ARDUINO 1.8.1 - 2017.01.09
|
||||
|
||||
[ide]
|
||||
|
Loading…
x
Reference in New Issue
Block a user