Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@gmegidish
Copy link
Member

No description provided.

try {
execFileSync("unzip", ["-q", path, "-d", tempDir], {
timeout: TIMEOUT,
maxBuffer: MAX_BUFFER_SIZE,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if using -q, no need for maxBuffer

const appBundle = this.findAppBundle(tempDir);

if (!appBundle) {
throw new ActionableError("No .app bundle found in the .zip file");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need a guide how to generate this if its not detected

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True. Shall I add a link to wiki FAQ?

@gmegidish gmegidish merged commit 7ff448f into main Oct 6, 2025
3 checks passed
@gmegidish gmegidish deleted the feat-add-install-and-uninstall branch October 8, 2025 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants