Skip to content

Commit 6c458d5

Browse files
committed
can't use exeSuffix, so just wildcard it
1 parent 019c167 commit 6c458d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Heavy/Toolchain.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +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
292+
+ "\nchmod +x " + tcPath + "/lib/OwlProgram/Tools/*"
293293
# if JUCE_LINUX
294294
+ "\nchmod +x " + tcPath + "/x86_64-anywhere-linux-gnu/bin/*"
295295
+ "\nchmod +x " + tcPath + "/x86_64-anywhere-linux-gnu/sysroot/sbin/*"

0 commit comments

Comments
 (0)