Skip to content

nimpacker/rcedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

cross-platform rcedit wrapper in Nim.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages