rcedit

A new awesome nimble package

Wrapper score 15/100 · tests present · no docs generated

Wraps a native library — check OS Compatibility below for platform-specific linking notes.

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:24

Installation

nimble install rcedit
choosenim install rcedit
git clone https://github.com/bung87/rcedit

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
rcedit - - - - - - -

Source

Repository https://github.com/bung87/rcedit
Homepage https://github.com/bung87/rcedit
Registry Source nimble_official

README

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