Skip to content

Commit a9a378b

Browse files
committed
make arduino-size.cmd executable #1714
1 parent 49c22e0 commit a9a378b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

io.sloeber.core/src/io/sloeber/core/builder/SloeberBuilderExtension.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ private static void generateArduinoSizeCommandFile(IAutoBuildConfigurationDescri
145145
}
146146
if (!sizeCommandFile.exists()) {
147147
FileUtils.write(sizeCommandFile, content, Charset.defaultCharset());
148+
sizeCommandFile.setExecutable(true, true);
148149
}
149150
} catch (IOException e) {
150151
e.printStackTrace();

0 commit comments

Comments
 (0)