{"id":13825733,"url":"https://github.com/electron/node-rcedit","last_synced_at":"2025-05-14T20:09:14.750Z","repository":{"id":11659726,"uuid":"14167785","full_name":"electron/node-rcedit","owner":"electron","description":"Node module to edit resources of exe","archived":false,"fork":false,"pushed_at":"2025-05-09T06:30:29.000Z","size":29459,"stargazers_count":195,"open_issues_count":3,"forks_count":36,"subscribers_count":25,"default_branch":"main","last_synced_at":"2025-05-12T09:49:11.453Z","etag":null,"topics":["electron","electron-packager"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/electron.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-11-06T09:08:11.000Z","updated_at":"2025-05-09T06:30:31.000Z","dependencies_parsed_at":"2023-02-17T00:15:28.509Z","dependency_job_id":"7eca4aac-739f-4f4a-a2e6-f08a865066e9","html_url":"https://github.com/electron/node-rcedit","commit_stats":{"total_commits":162,"total_committers":18,"mean_commits":9.0,"dds":0.7283950617283951,"last_synced_commit":"f17284636468af9791eb4e535a96f76cad66b482"},"previous_names":["atom/node-rcedit"],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electron%2Fnode-rcedit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electron%2Fnode-rcedit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electron%2Fnode-rcedit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electron%2Fnode-rcedit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/electron","download_url":"https://codeload.github.com/electron/node-rcedit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254219374,"owners_count":22034397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["electron","electron-packager"],"created_at":"2024-08-04T09:01:25.986Z","updated_at":"2025-05-14T20:09:14.727Z","avatar_url":"https://github.com/electron.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# node-rcedit\n\n[![Test](https://github.com/electron/node-rcedit/actions/workflows/test.yml/badge.svg)](https://github.com/electron/node-rcedit/actions/workflows/test.yml)\n[![NPM package](https://img.shields.io/npm/v/rcedit)](https://npm.im/rcedit)\n\nNode module to edit resources of Windows executables.\n\n## Requirements\n\nOn platforms other than Windows, you will need to have [Wine](https://winehq.org)\n1.6 or later installed and in the system path.\n\n## Usage\n\n```javascript\nconst rcedit = require('rcedit')\n```\n\n### `async rcedit(exePath, options)`\n\n`exePath` is the path to the Windows executable to be modified.\n\n`options` is an object that can contain following fields:\n\n* `version-string` - An object containing properties to change the `exePath`'s\n  version string.\n* `file-version` - File's version to change to.\n* `product-version` - Product's version to change to.\n* `icon` - Path to the icon file (`.ico`) to set as the `exePath`'s default icon.\n* `requested-execution-level` - Requested execution level to change to, must be\n  either `asInvoker`, `highestAvailable`, or `requireAdministrator`. See\n  [here](https://msdn.microsoft.com/en-us/library/6ad1fshk.aspx#Anchor_9) for\n  more details.\n* `application-manifest` - String path to a local manifest file to use.\n  See [here](https://msdn.microsoft.com/en-us/library/windows/desktop/aa374191.aspx)\n  for more details.\n* `resource-string` - An object in the form of `{ [id]: value }` to add to the\n  [string table](https://docs.microsoft.com/en-us/windows/win32/menurc/stringtable-resource).\n\nReturns a `Promise` with no value.\n\n## Building\n\n* Clone the repository\n* Run `yarn install`\n* Run `yarn test` to run the tests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectron%2Fnode-rcedit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felectron%2Fnode-rcedit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectron%2Fnode-rcedit/lists"}