Skip to content
/ ezstore Public

Easy install apps from MS Store on Long-term Servicing Windows

License

Notifications You must be signed in to change notification settings

blbrdv/ezstore

Repository files navigation

icon ezstore

Easy install apps from MS Store on Long-term Servicing Windows.

Installation

Download installer or portable version from release page.

Usage

.\ezstore.exe [OPTIONS] install <id>

where id is product identifier form MS store, e.g. 9NH2GPH4JZS4.

Options

  • --version <value>, -v <value> for product version (default: "latest")
  • --locale <value>, -l <value> for product locale
  • --debug, -d for debug output (default: false)
  • --help, -h - show help

Development

Run tests

task test

Build

Requirements:

  1. go-task installed;
  2. staticcheck installed;
  3. Inno Setup 6 installed and put in $PATH.

task build

License

This project licensed under MIT license.

See LICENSE file for more info.