Skip to content

Commit 79b324b

Browse files
authored
Fix the PKG installer (#48)
1 parent eca0156 commit 79b324b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ jobs:
484484
id: binary
485485
run: |-
486486
binary=$(echo build/*/release/*/${{ env.APP_NAME }})
487-
chmod +x "$binary"
487+
chmod 755 "$binary"
488488
echo "path=$binary" >> "$GITHUB_OUTPUT"
489489
490490
- name: Build PKG

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212

1313
- Fix escaping on the non-Windows entry points of prebuilt distributions
1414
- Fix the help text of commands that have dynamic parameters
15+
- Fix the read permissions of the `dda` binary within the PKG installer
1516

1617
## 0.6.1 - 2025-03-10
1718

0 commit comments

Comments
 (0)