27 lines
728 B
Plaintext
27 lines
728 B
Plaintext
$schema: https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/2024/04/config/document.json
|
|
|
|
metadata:
|
|
name: UniGetUI Minimal Runtime Dependencies
|
|
description: Installs the minimal runtime dependencies required for UniGetUI
|
|
author: Martí Climent
|
|
|
|
resources:
|
|
# Basic dependencies
|
|
- name: Install Microsoft Edge WebView2
|
|
type: Microsoft.WinGet/Package
|
|
properties:
|
|
id: Microsoft.EdgeWebView2Runtime
|
|
source: winget
|
|
|
|
- name: Install Microsoft Visual C++ 2015-2022 Redistributable
|
|
type: Microsoft.WinGet/Package
|
|
properties:
|
|
id: Microsoft.VCRedist.2015+.x64
|
|
source: winget
|
|
|
|
- name: Install UniGetUI
|
|
type: Microsoft.WinGet/Package
|
|
properties:
|
|
id: MartiCliment.UniGetUI
|
|
source: winget
|