{"id":31642194,"url":"https://github.com/mohamedsaidsallam/ahk2exe-github-action","last_synced_at":"2025-10-07T03:57:20.826Z","repository":{"id":316258066,"uuid":"1062630491","full_name":"MohamedSaidSallam/AHK2Exe-GitHub-Action","owner":"MohamedSaidSallam","description":"Github action to compile AHK v2 script to exe using AHK2Exe.","archived":false,"fork":false,"pushed_at":"2025-09-23T14:29:25.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-23T16:23:49.574Z","etag":null,"topics":["actions","ahk","ahk2exe","autohotkey","github-actions"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/ahk2exe-github-action","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MohamedSaidSallam.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-23T14:06:59.000Z","updated_at":"2025-09-23T14:26:33.000Z","dependencies_parsed_at":"2025-09-23T16:23:52.133Z","dependency_job_id":null,"html_url":"https://github.com/MohamedSaidSallam/AHK2Exe-GitHub-Action","commit_stats":null,"previous_names":["mohamedsaidsallam/ahk2exe-github-action"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/MohamedSaidSallam/AHK2Exe-GitHub-Action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohamedSaidSallam%2FAHK2Exe-GitHub-Action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohamedSaidSallam%2FAHK2Exe-GitHub-Action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohamedSaidSallam%2FAHK2Exe-GitHub-Action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohamedSaidSallam%2FAHK2Exe-GitHub-Action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MohamedSaidSallam","download_url":"https://codeload.github.com/MohamedSaidSallam/AHK2Exe-GitHub-Action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohamedSaidSallam%2FAHK2Exe-GitHub-Action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278717450,"owners_count":26033542,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["actions","ahk","ahk2exe","autohotkey","github-actions"],"created_at":"2025-10-07T03:57:07.705Z","updated_at":"2025-10-07T03:57:20.814Z","avatar_url":"https://github.com/MohamedSaidSallam.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# AHK2Exe GitHub Action\n\n\u003e ⚠️ **Note:** Action is for windows runner only since AHK binaries are `.exe`s\n\nGithub action to compile [AHK](https://www.autohotkey.com/) v2 script to exe using [AHK2Exe](https://github.com/AutoHotkey/Ahk2Exe).\n\n## Inputs\n\n| Input               | Type   | Required | Description                              |\n| ------------------- | ------ | -------- | ---------------------------------------- |\n| in                  | String | Yes      | Path of ahk script file to compile       |\n| out                 | String | No       | Path for the output exe                  |\n| icon                | String | No       | Path for the icon                        |\n| ahk_version_tag     | String | No       | Github Tag of the AHK release to use     |\n| ahk2exe_version_tag | String | No       | Github Tag of the AHK2Exe release to use |\n\n\u003e ℹ️ **Note:** No compression is used and 64 bit binary is used to minimize antivirus false positives when scanning the exe file.\n\n## Example\n\n```yaml\n---\nname: Release\n\non:\n  push:\n    tags:\n      - \"*\"\n\njobs:\n  build_and_release:\n    runs-on: windows-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v5\n\n      - name: Build exe\n        uses: MohamedSaidSallam/AHK2Exe-GitHub-Action@v1\n        with:\n          in: script.ahk\n          out: script_${{ github.ref_name }}.exe\n          icon: icon.ico\n...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamedsaidsallam%2Fahk2exe-github-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohamedsaidsallam%2Fahk2exe-github-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamedsaidsallam%2Fahk2exe-github-action/lists"}