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

feat(bundler/nsis): store main binary name to be used in registry for future updates #10952

Merged
merged 4 commits into from
Sep 13, 2024

Conversation

amrbashir
Copy link
Member

No description provided.

@amrbashir amrbashir requested a review from a team as a code owner September 11, 2024 01:08
Copy link
Contributor

github-actions bot commented Sep 11, 2024

Package Changes Through e89819f

There are 2 changes which include tauri-bundler with minor, tauri with minor

Planned Package Versions

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

package current next
tauri-bundler 1.6.1 1.7.0
tauri 1.7.2 1.8.0
@tauri-apps/cli 1.6.1 1.6.2
tauri-cli 1.6.1 1.6.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

@amrbashir amrbashir changed the title feat(bundler): store main binary name to be used in registry for furture updates feat(bundler/nsis): store main binary name to be used in registry for future updates Sep 11, 2024
data.insert("app_exe_name", to_json(app_exe_name));
// Note: `app_exe_name` kept around to not break custom wix templates depending on it
data.insert("app_exe_name", to_json(&app_exe_name));
data.insert("main_binary_name", to_json(app_exe_name));
Copy link
Member

Choose a reason for hiding this comment

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

are you even using this one? doesn't look like it

Copy link
Member Author

Choose a reason for hiding this comment

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

yeah it was leftover from previous attempt at 497b481, it is fine to keep for now

@amrbashir amrbashir merged commit 298f8ca into 1.x Sep 13, 2024
20 checks passed
@amrbashir amrbashir deleted the feat/store-main-binary-name branch September 13, 2024 13:08
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