Skip to content

Commit 2565c82

Browse files
committed
fix(build): update bad chmod command for wine64 executable wrapper
1 parent 9bb34c9 commit 2565c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
exec "$DIR/wine" "$@"
149149
EOF
150150
151-
chmod +x "$DIR/wine64"
151+
chmod +x wine64
152152
153153
- name: install wine mono
154154
working-directory: install/share/wine

0 commit comments

Comments
 (0)