No description
Find a file
2024-02-21 14:47:00 +08:00
src code format 2024-02-21 14:47:00 +08:00
tests format 2021-03-24 20:55:21 +08:00
.gitignore code format 2024-02-21 14:47:00 +08:00
rcedit.nimble fix isWsl 2021-03-28 15:40:07 +08:00
README.md readme 2021-03-24 21:05:37 +08:00

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