Skip to content

feat(windows): append .rc content support. - #15263

Merged
Legend-Master merged 6 commits into
tauri-apps:devfrom
Kokoro2336:feat/extend-rc
Apr 20, 2026
Merged

feat(windows): append .rc content support.#15263
Legend-Master merged 6 commits into
tauri-apps:devfrom
Kokoro2336:feat/extend-rc

Conversation

@Kokoro2336

Copy link
Copy Markdown
Contributor

This pr closes issue #14784 .

Allow users to append extra .rc content by a new api in WindowsAttributes.

@Kokoro2336
Kokoro2336 marked this pull request as ready for review April 19, 2026 13:38
@Kokoro2336
Kokoro2336 requested a review from a team as a code owner April 19, 2026 13:38
@Kokoro2336

Copy link
Copy Markdown
Contributor Author
Weixin Image_20260419224635_28_89 Weixin Image_20260419225036_29_89 Weixin Image_20260419225050_30_89

I've made a simple test on the api. For simplicity I used Cargo.toml under src-tauri directly. I tried to use strings to read the content linked into the .exe, and it indicated that the content in Cargo.toml had been successfully written.

@github-actions

github-actions Bot commented Apr 19, 2026

Copy link
Copy Markdown
Contributor

Package Changes Through 0805998

There are 11 changes which include tauri with minor, @tauri-apps/api with minor, tauri-build with minor, tauri-macos-sign with patch, tauri-bundler with minor, @tauri-apps/cli with minor, tauri-cli with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-utils with minor, tauri-plugin 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-apps/api 2.10.1 2.11.0
tauri-utils 2.8.3 2.9.0
tauri-macos-sign 2.3.3 2.3.4
tauri-bundler 2.8.1 2.9.0
tauri-runtime 2.10.1 2.11.0
tauri-runtime-wry 2.10.1 2.11.0
tauri-codegen 2.5.5 2.5.6
tauri-macros 2.5.5 2.5.6
tauri-plugin 2.5.4 2.6.0
tauri-build 2.5.6 2.6.0
tauri 2.10.3 2.11.0
@tauri-apps/cli 2.10.1 2.11.0
tauri-cli 2.10.1 2.11.0

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


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

Comment thread crates/tauri-build/src/lib.rs Outdated
Comment thread crates/tauri-build/src/lib.rs
Kokoro2336 and others added 2 commits April 20, 2026 11:26
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>
Comment thread crates/tauri-build/src/lib.rs Outdated

@Legend-Master Legend-Master left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks

@Legend-Master Legend-Master linked an issue Apr 20, 2026 that may be closed by this pull request
@Kokoro2336

Copy link
Copy Markdown
Contributor Author

Good!

@Legend-Master
Legend-Master merged commit b7a0ff0 into tauri-apps:dev Apr 20, 2026
19 checks passed
@Kokoro2336
Kokoro2336 deleted the feat/extend-rc branch April 20, 2026 09:21
razein97 pushed a commit to razein97/tauri that referenced this pull request Apr 30, 2026
* feat(windows): append .rc content support.

* chore: update api comments.

* chore: add change file.

* Update crates/tauri-build/src/lib.rs

Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>

* fix: appending logic.

* chore: update comments.

---------

Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>
razein97 pushed a commit to razein97/tauri that referenced this pull request Apr 30, 2026
* feat(windows): append .rc content support.

* chore: update api comments.

* chore: add change file.

* Update crates/tauri-build/src/lib.rs

Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>

* fix: appending logic.

* chore: update comments.

---------

Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>
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.

[feat] Allow extending Windows resources.rc file

2 participants