mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-06 14:09:58 +03:00
* Fix small typo * Fix typo This section was confusing to read and this typo didn't help.
851 B
851 B
type, section, subsection, rank, importance, anchor, title, blockquote, text, contributors, read_more
| type | section | subsection | rank | importance | anchor | title | blockquote | text | contributors | read_more | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| entry | platforms | windows | 0 | 2 | modify-metadata-without-rcedit | Modify metadata without `rcedit` | So long, `rcedit`! | Windows ``.exe`` file metadata (such as a custom icon, the product name, and the company information) is stored internally as "resources". For years, in order to modify these resources, the Windows exporter needed to access an external Windows program: [``rcedit``](https://github.com/electron/rcedit). That made it really difficult to export for Windows on a non-Windows machine. But now, the Windows exporter knows how to handle the resources natively, so you can edit Windows export metadata without a hitch, on every platform. |
|
https://github.com/godotengine/godot/pull/75950 |