Conversation
…apsed parent menus - Add com.apple.security.app-sandbox to FinderSyncExt entitlements so pkd can load the extension - Add ellipsis.circle icon for collapsed Actions parent menu item - Add square.and.arrow.up.on.square icon for collapsed Open With parent menu item Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Step 7 (DMG) created ./RClick.app but never cleaned it up. Step 8 (ZIP) then ran cp -R into the existing directory, nesting RClick.app inside RClick.app. Fix: - Clean up ./RClick.app after DMG creation (step 7) - Defensive rm -rf before cp in ZIP creation (step 8) Co-Authored-By: Claude <noreply@anthropic.com>
DMG uses dmg-staging/, ZIP uses zip-staging/ — no shared state, no risk of cross-contamination or nested .app bundles. Co-Authored-By: Claude <noreply@anthropic.com>
v4 uses deprecated Node.js 20 runtime. Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Fixes
com.apple.security.app-sandboxentitlement sopkdcan load the extensionellipsis.circleicon for collapsed Actions menu,square.and.arrow.up.on.squareforcollapsed Open With menu
dmg-staging/,zip-staging/) to prevent nested.appbundlesChore