mirror of
https://github.com/localsend/localsend.git
synced 2026-06-22 20:00:07 +00:00
5 lines
314 B
PowerShell
5 lines
314 B
PowerShell
# Downloads the MSIX signed by Microsoft
|
|
# This is useful to publish the MSIX outside of the store
|
|
# Original script can be found in https://github.com/MattiasC85/Scripts/blob/master/OSD/Download-AppxFromStore.ps1
|
|
.\scripts\msix\msix_downloader.ps1 -StoreURL https://www.microsoft.com/store/productId/9NCB4Z0TZ6RR
|