There was an error while loading. Please reload this page.
1 parent f37cf02 commit ec85d06Copy full SHA for ec85d06
2 files changed
.github/workflows/release-cli.yml
@@ -85,7 +85,7 @@ jobs:
85
</dict>
86
</plist>
87
EOF
88
- (cd package-app && ditto -c -k Perch.app ../PerchApp-${{ matrix.target }}.zip)
+ (cd package-app && ditto -c -k --keepParent Perch.app ../PerchApp-${{ matrix.target }}.zip)
89
shasum -a 256 PerchApp-${{ matrix.target }}.zip > PerchApp-${{ matrix.target }}.zip.sha256
90
91
- name: Upload workflow artifacts
install.sh
@@ -273,6 +273,7 @@ find_extracted_app() {
273
extract_dir=$1
274
for app in \
275
"$extract_dir/PerchApp" \
276
+ "$extract_dir/Contents/MacOS/PerchApp" \
277
"$extract_dir/Perch.app/Contents/MacOS/PerchApp" \
278
"$extract_dir/PerchApp.app/Contents/MacOS/PerchApp"; do
279
if [ -f "$app" ]; then
0 commit comments