{"id":37032033,"url":"https://github.com/lk-code/msix-store-tool","last_synced_at":"2026-01-14T03:56:47.529Z","repository":{"id":62360891,"uuid":"559509489","full_name":"lk-code/msix-store-tool","owner":"lk-code","description":"A small tool (especially for WinUI 3 projects) to easily create a MSIXBUNDLE file for the Microsoft Store from several MSIX files.","archived":false,"fork":false,"pushed_at":"2022-12-20T17:01:35.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-22T03:33:29.705Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/lk-code.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}},"created_at":"2022-10-30T10:46:32.000Z","updated_at":"2023-04-21T00:28:29.000Z","dependencies_parsed_at":"2023-01-30T01:15:58.967Z","dependency_job_id":null,"html_url":"https://github.com/lk-code/msix-store-tool","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lk-code/msix-store-tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lk-code%2Fmsix-store-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lk-code%2Fmsix-store-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lk-code%2Fmsix-store-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lk-code%2Fmsix-store-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lk-code","download_url":"https://codeload.github.com/lk-code/msix-store-tool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lk-code%2Fmsix-store-tool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408924,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"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":[],"created_at":"2026-01-14T03:56:43.661Z","updated_at":"2026-01-14T03:56:47.516Z","avatar_url":"https://github.com/lk-code.png","language":"C#","funding_links":["https://www.buymeacoffee.com/lk.code"],"categories":[],"sub_categories":[],"readme":"# msix-store-tool\n\n![MsixStoreTool](https://raw.githubusercontent.com/lk-code/msix-store-tool/main/icon_128.png)\n\n[![.NET Version](https://img.shields.io/badge/dotnet%20version-net6.0-blue?style=flat-square)](http://www.nuget.org/packages/hetznercloudapi/)\n[![License](https://img.shields.io/github/license/lk-code/msix-store-tool.svg?style=flat-square)](https://github.com/lk-code/msix-store-tool/blob/master/LICENSE)\n[![Build](https://github.com/lk-code/msix-store-tool/actions/workflows/dotnet.yml/badge.svg)](https://github.com/lk-code/msix-store-tool/actions/workflows/dotnet.yml)\n[![Downloads](https://img.shields.io/nuget/dt/msixtool.svg?style=flat-square)](http://www.nuget.org/packages/msixtool/)\n[![NuGet](https://img.shields.io/nuget/v/msixtool.svg?style=flat-square)](http://nuget.org/packages/msixtool)\n\n[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=lk-code_msix-store-tool\u0026metric=ncloc)](https://sonarcloud.io/summary/new_code?id=lk-code_msix-store-tool)\n[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=lk-code_msix-store-tool\u0026metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=lk-code_msix-store-tool)\n\nA small tool (especially for WinUI 3 projects) to easily create a MSIXBUNDLE file for the Microsoft Store from several MSIX files.\n\nThis tool is based on this manual (as of October 2022) [bundle-msix-packages](https://learn.microsoft.com/en-us/windows/msix/packaging-tool/bundle-msix-packages).\n\n\u003ca href=\"https://www.buymeacoffee.com/lk.code\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 217px !important;\" \u003e\u003c/a\u003e\n\n## install the tool\n\n`dotnet tool install --global msixtool`\n\n## update the tool\n\n`dotnet tool update --global msixtool`\n\n## usage\n\n### bundle msix-files to a single msixbundle for microsoft store\n\nbundles all msix-files in the directory to a single msixbundle and signs it for store-upload\n\n`msixtool bundle \"{msix-source-directory}\" \"{msixbundle-filename}\" \"{path-to-pfx}\" {hash-algorithm}`\n\n**example**:\n\n`msixtool bundle \"D:\\AppPackages\" \"MyApp_1.0.13.0.msixbundle\" \"D:\\MyApp.pfx\" SHA-256`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flk-code%2Fmsix-store-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flk-code%2Fmsix-store-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flk-code%2Fmsix-store-tool/lists"}