Skip to content

Commit 336a92f

Browse files
committed
dp/hdmi updater: Make linux binaries executable
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent b8d8495 commit 336a92f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ linux:
2020
env FWK_DP_HDMI_BIN=hdmi-flash-105 cargo build --release
2121
cp target/release/framework_tool out/hdmi_update_105
2222

23+
chmod +x out/*
24+
2325
windows:
2426
rm -rf out
2527
mkdir -p out

0 commit comments

Comments
 (0)