Skip to content

Commit 019c167

Browse files
committed
make sure that FirmwareSender is executable after install
1 parent 78afd04 commit 019c167

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Heavy/Toolchain.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ class ToolchainInstaller final : public Component
289289
+ "\nchmod +x " + tcPath + "/lib/dpf/utils/generate-ttl.sh"
290290
+ "\nchmod +x " + tcPath + "/arm-none-eabi/bin/*"
291291
+ "\nchmod +x " + tcPath + "/lib/gcc/arm-none-eabi/*/*"
292+
+ "\nchmod +x " + tcPath + "/lib/OwlProgram/Tools/FirmwareSender" + exeSuffix
292293
# if JUCE_LINUX
293294
+ "\nchmod +x " + tcPath + "/x86_64-anywhere-linux-gnu/bin/*"
294295
+ "\nchmod +x " + tcPath + "/x86_64-anywhere-linux-gnu/sysroot/sbin/*"

0 commit comments

Comments
 (0)