{"id":25330832,"url":"https://github.com/mahozad/compose-exe-manifest","last_synced_at":"2025-10-29T05:32:09.807Z","repository":{"id":255825278,"uuid":"853646480","full_name":"mahozad/compose-exe-manifest","owner":"mahozad","description":"Gradle plugin to embed manifest in app exe file","archived":false,"fork":false,"pushed_at":"2024-09-14T10:20:02.000Z","size":1934,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-15T14:20:14.803Z","etag":null,"topics":["app-manifest","compose-desktop","compose-multiplatform","compose-multiplatform-desktop","exe","gradle-plugin","manifest-files","run-as-admin"],"latest_commit_sha":null,"homepage":"https://plugins.gradle.org/plugin/ir.mahozad.compose-exe-manifest","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mahozad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-09-07T06:00:59.000Z","updated_at":"2024-09-15T00:12:34.000Z","dependencies_parsed_at":"2024-09-07T10:22:31.265Z","dependency_job_id":"a335bad6-05b4-4bc6-aec4-36a8defbbb05","html_url":"https://github.com/mahozad/compose-exe-manifest","commit_stats":null,"previous_names":["mahozad/compose-exe-manifest"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahozad%2Fcompose-exe-manifest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahozad%2Fcompose-exe-manifest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahozad%2Fcompose-exe-manifest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahozad%2Fcompose-exe-manifest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mahozad","download_url":"https://codeload.github.com/mahozad/compose-exe-manifest/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238777982,"owners_count":19528818,"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":["app-manifest","compose-desktop","compose-multiplatform","compose-multiplatform-desktop","exe","gradle-plugin","manifest-files","run-as-admin"],"created_at":"2025-02-14T03:55:35.506Z","updated_at":"2025-10-29T05:32:09.129Z","avatar_url":"https://github.com/mahozad.png","language":"Kotlin","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"A Gradle plugin for [Compose Multiplatform][1] projects to embed a [manifest][2] in the app exe file.\n\n\u003e [!NOTE]\n\u003e The embedding only works for `create*Distributable` and `run*Distributable` tasks.  \n\u003e The plugin currently does **NOT** work for packaging tasks (like `packageExe`).  \n\u003e For `run*Distributable` tasks, start your terminal or IDE as administrator.\n\n### Usage\n\n```kotlin\nimport ir.mahozad.manifest.ManifestMode\n\nplugins {\n    // ...\n    id(\"ir.mahozad.compose-exe-manifest\") version \"1.0.0\"\n}\n\ncomposeExeManifest {\n    enabled = true\n    manifestMode = ManifestMode.EMBED\n    manifestFile = file(\"app.manifest\") // Same directory as the build file\n}\n```\n\n### Example app.manifest to make exe run as administrator\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?\u003e\n\u003cassembly xmlns=\"urn:schemas-microsoft-com:asm.v1\" manifestVersion=\"1.0\"\u003e \n  \u003cassemblyIdentity version=\"1.0.0.0\"\n     processorArchitecture=\"X86\"\n     name=\"MyApp\"\n     type=\"win32\"/\u003e \n  \u003cdescription\u003eDescription of my application\u003c/description\u003e\n  \u003ctrustInfo xmlns=\"urn:schemas-microsoft-com:asm.v2\"\u003e\n    \u003csecurity\u003e\n      \u003crequestedPrivileges\u003e\n        \u003crequestedExecutionLevel\n          level=\"requireAdministrator\"\n          uiAccess=\"false\"/\u003e\n        \u003c/requestedPrivileges\u003e\n       \u003c/security\u003e\n  \u003c/trustInfo\u003e\n\u003c/assembly\u003e\n```\n\n[1]: https://github.com/jetbrains/compose-multiplatform\n[2]: https://learn.microsoft.com/en-us/windows/win32/sbscs/application-manifests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahozad%2Fcompose-exe-manifest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmahozad%2Fcompose-exe-manifest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahozad%2Fcompose-exe-manifest/lists"}