mirror of
https://github.com/bung87/rcedit
synced 2026-01-14 11:31:40 +00:00
No description
| src | ||
| tests | ||
| .gitignore | ||
| rcedit.nimble | ||
| README.md | ||
rcedit
cross-platform rcedit wrapper in Nim.
Nim module to edit resources of Windows executables.
Requirements
On platforms other than Windows, you will need to have Wine 1.6 or later installed and in the system path.
Usage
import rcedit
rcedit(none(string), exePath, {"icon": icon}.toTable())
suported options:
"application-manifest","file-version", "product-version", "icon", "requested-execution-level"
pairedOptions:
Use this option to change any supported properties, as described in the MSDN documentation here