{"id":22117649,"url":"https://github.com/bioblaze/rcedit-action","last_synced_at":"2025-03-24T06:14:09.658Z","repository":{"id":184284687,"uuid":"671618758","full_name":"Bioblaze/rcedit-action","owner":"Bioblaze","description":"CI Way of Modifying Window's File Details using rcedit within a easy to use Github Action","archived":false,"fork":false,"pushed_at":"2023-07-27T21:28:42.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T11:46:08.987Z","etag":null,"topics":["bioblaze","game-development","godot-engine","rcedit","windows"],"latest_commit_sha":null,"homepage":"","language":null,"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/Bioblaze.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-27T18:30:10.000Z","updated_at":"2023-12-02T12:35:59.000Z","dependencies_parsed_at":"2024-12-01T13:37:56.471Z","dependency_job_id":"c7d60cae-dd82-47b8-bc92-ad054eb69cc4","html_url":"https://github.com/Bioblaze/rcedit-action","commit_stats":null,"previous_names":["bioblaze/rcedit-action"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bioblaze%2Frcedit-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bioblaze%2Frcedit-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bioblaze%2Frcedit-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bioblaze%2Frcedit-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bioblaze","download_url":"https://codeload.github.com/Bioblaze/rcedit-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245217935,"owners_count":20579300,"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":["bioblaze","game-development","godot-engine","rcedit","windows"],"created_at":"2024-12-01T13:37:46.402Z","updated_at":"2025-03-24T06:14:09.598Z","avatar_url":"https://github.com/Bioblaze.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Set Resources on Files with rcedit\n\n## Description\nThis GitHub Action uses rcedit to set resources on exe or dll files.\n\n## Usage\n\n### Inputs\n\n| Input | Description | Required | Default |\n|-------|-------------|----------|---------|\n| `directory-path` | Path to the directory containing the files. | true | - |\n| `file-types` | Types of the files to be processed (comma-separated, without dots). | true | 'exe,dll' |\n| `comment` | Comment to set on the files. | false | - |\n| `set-icon` | Whether to set the icon of a specific file. | false | 'false' |\n| `exe-file-name` | Name of the file whose icon should be set. | false | - |\n| `ico-file-path` | Path to the icon file. | false | - |\n| `company-name` | Company name to set on the files. | false | - |\n| `file-description` | File description to set on the files. | false | - |\n| `file-version` | File version to set on the files. | false | - |\n| `legal-copyright` | Legal copyright to set on the files. | false | - |\n| `legal-trademarks` | Legal trademarks to set on the files. | false | - |\n| `product-name` | Product name to set on the files. | false | - |\n| `product-version` | Product version to set on the files. | false | - |\n\n### Example\n\nThis GitHub Action can be used as follows in your workflows:\n\n```yaml\njobs:\n  build:\n    runs-on: windows-latest\n    steps:\n      - uses: actions/checkout@v2\n      \n      - name: Set resources on files with rcedit\n        uses: ./ # Uses an action in the root directory\n        with:\n          directory-path: './dist'\n          file-types: 'exe,dll'\n          comment: 'My custom comment'\n          set-icon: 'true'\n          exe-file-name: 'myExecutable.exe'\n          ico-file-path: './icon.ico'\n          company-name: 'My Company'\n          file-description: 'My file description'\n          file-version: '1.0.0'\n          legal-copyright: 'Copyright 2023'\n          legal-trademarks: 'My Trademark'\n          product-name: 'My Product'\n          product-version: '1.0.0'\n```\n\n## Author\nThis Action was created by [Bioblaze Payne(Randolph William Aarseth II)](https://github.com/Bioblaze).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbioblaze%2Frcedit-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbioblaze%2Frcedit-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbioblaze%2Frcedit-action/lists"}