Skip to content

Repository files navigation

changeexe

Change the icon and versioninfo of executable files. Fast. Easy.

installation

npm install changeexe

usage

constchangeExe=require('changeexe');

change icon

(async()=>{awaitchangeExe.icon('program.exe','icon.ico');})();

change versioninfo

(async()=>{awaitchangeExe.versionInfo('program.exe',{CompanyName: 'Legit Tax Haven, LLC',FileDescription: 'An innocent file that will not harm your computer. Double-click to read more.',FileVersion: '1.3.3.7',LegalCopyright: 'Copyright 2021, all my rights are belong to me.',OriginalFilename: 'virus.exe',ProductName: 'Not A Virus',ProductVersion: '1.2.3.4'});})();

both

(async()=>{awaitchangeExe.icon('program.exe','icon.ico');awaitchangeExe.versionInfo('program.exe',{CompanyName: 'Legit Tax Haven, LLC',FileDescription: 'An innocent file that will not harm your computer. Double-click to read more.',FileVersion: '1.3.3.7',LegalCopyright: 'Copyright 2021, all my rights are belong to me.',OriginalFilename: 'virus.exe',ProductName: 'Not A Virus',ProductVersion: '1.2.3.4'});})();

About

Change the icon and versioninfo of executable files

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages