Skip to content

feat(bundler): Truly portable appimage (experimental) #12491

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

Draft
wants to merge 5 commits into
base: dev
Choose a base branch
from

Conversation

FabianLars
Copy link
Member

will add description later

Copy link
Contributor

github-actions bot commented Jan 24, 2025

Package Changes Through 6bc146b

There are 5 changes which include tauri with minor, @tauri-apps/api with minor, tauri-runtime-wry with minor, tauri-cli with patch, @tauri-apps/cli with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
@tauri-apps/api 2.3.0 2.4.0
tauri-runtime-wry 2.4.1 2.5.0
tauri 2.3.1 2.4.0
@tauri-apps/cli 2.3.1 2.3.2
tauri-cli 2.3.1 2.3.2

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@@ -151,7 +151,7 @@ pub fn bundle_project(settings: &Settings) -> crate::Result<Vec<PathBuf>> {
.args([
"-c",
&format!(
r#"{} -p {} -r {} -k {} \
r#"{} -p {} {} -k {} \

Choose a reason for hiding this comment

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

Doesn't the {} also need to be removed? 👀 I'm don't know rust though.

Copy link
Member Author

Choose a reason for hiding this comment

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

that's for the strip flag (wanted to support a NO_STRIP env var in our bundler). i was confused at first as well 😅

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