Skip to content

Commit e9c827b

Browse files
authored
Merge pull request #64 from cortex-command-community/release-permissions
Fix appimage permissions on linux release
2 parents a0e9e67 + 106656a commit e9c827b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/bundle_release/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ runs:
2424
- name: Compress Linux Release
2525
shell: bash
2626
run: |
27+
chmod +x "release/CortexCommand (Linux)/CortexCommand.AppImage"
2728
zip --must-match -j CortexCommand.linux.zip \
2829
"release/CortexCommand (Linux)/CortexCommand.AppImage" \
2930
external/lib/linux/x86_64/libfmod.so*

0 commit comments

Comments
 (0)