-
Notifications
You must be signed in to change notification settings - Fork 20
/
.winget
45 lines (44 loc) · 1.36 KB
/
.winget
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2
# Reference: https://github.com/microsoft/winget-create#building-the-client
# WinGet Configure file Generated By Dev Home.
properties:
resources:
- resource: Microsoft.WinGet.DSC/WinGetPackage
directives:
description: Installing Git.Git
allowPrerelease: true
securityContext: current
settings:
id: "Git.Git"
source: winget
id: Git.Git
- resource: Microsoft.WinGet.DSC/WinGetPackage
directives:
description: Installing Notepad++.Notepad++
allowPrerelease: true
securityContext: current
settings:
id: "Notepad++.Notepad++"
source: winget
id: Notepad++.Notepad++
- resource: Microsoft.WinGet.DSC/WinGetPackage
directives:
description: Installing Python.Python.3.11
allowPrerelease: true
securityContext: current
settings:
id: "Python.Python.3.11"
source: winget
id: Python.Python.3.11
- resource: GitDsc/GitClone
directives:
description: 'Cloning: MasterCryptoFarmBot'
allowPrerelease: true
securityContext: current
settings:
httpsUrl: https://github.com/masterking32/MasterCryptoFarmBot.git
rootDirectory: H:\MasterCryptoFarmBot
id: 'Clone MasterCryptoFarmBot: H:\MasterCryptoFarmBot'
dependsOn:
- Git.Git
configurationVersion: 0.2.0