Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(app): error of path not found in copy_dir #53

Conversation

jason-crabnebula
Copy link
Contributor

@jason-crabnebula jason-crabnebula commented Oct 19, 2023

This happens when bundling frameworks to .app, and frameworks does not exist with the provided path.

Reproduce

Add the following to Cargo.toml and run the packager to bundle .app,

[package.metadata.packager.macos]
frameworks = ["./somewhere/not/exist"]

@amr-crabnebula amr-crabnebula merged commit 8cc5b05 into crabnebula-dev:main Oct 19, 2023
12 checks passed
@jason-crabnebula jason-crabnebula deleted the fix/error-copy-dir-not-exist branch October 19, 2023 14:24
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.

2 participants