Skip to content

Commit

Permalink
Add msixbundle instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
veselink1 committed Mar 24, 2024
1 parent 2f9f33b commit b1644f1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ Pre-built binaries can be downloaded from [Releases](https://github.com/FancyWM/

These are built by an automated GitHub Action and you can see all of the [build steps](https://github.com/FancyWM/fancywm/blob/main/.github/workflows/dotnet-desktop.yml) and [previous runs](https://github.com/FancyWM/fancywm/actions/workflows/dotnet-desktop.yml).

### Install .msixbundle (not recommended)
You can test the Microsoft Store packages by installing them using PowerShell.

#### PowerShell (as Administrator)
```
certutil.exe -addstore TrustedPeople .\FancyWM.Package_1.0.0.0.x64.cer
Add-AppxPackage -Path .\FancyWM.Package_1.0.0.0.x64.msixbundle
```

## [User's Guide](https://github.com/FancyWM/fancywm/wiki#users-guide)
Head over to the [Wiki](https://github.com/FancyWM/fancywm/wiki).

Expand Down

0 comments on commit b1644f1

Please sign in to comment.