-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.psd1
More file actions
24 lines (23 loc) · 801 Bytes
/
package.psd1
File metadata and controls
24 lines (23 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@{
Root = 'c:\Users\TGF\Documents\GitHub\Ninite\Ninite.ps1'
OutputPath = 'c:\Users\TGF\Documents\GitHub\Ninite\out'
Package = @{
Enabled = $true
Obfuscate = $false
HideConsoleWindow = $false
DotNetVersion = 'v4.6.2'
FileVersion = '2.0.0'
FileDescription = 'Ninite Client for Windows'
ProductName = 'TGF Ninite Client'
ProductVersion = '2.0.0'
Copyright = '2021 MinersSwin'
RequireElevation = $true
ApplicationIconPath = 'D:\Git\TGF-Tuning-Pack-4.0\Images\favicon.ico'
PackageType = 'Console'
}
Bundle = @{
Enabled = $true
Modules = $true
# IgnoredModules = @()
}
}