-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.psd1
More file actions
23 lines (23 loc) · 790 Bytes
/
package.psd1
File metadata and controls
23 lines (23 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@{
Root = 'c:\gitea\powershell-scripts\v.7\utility\machine-installer-gui\pfcode-installer.ps1'
OutputPath = 'c:\gitea\powershell-scripts\v.7\utility\machine-installer-gui\standalone'
Package = @{
Enabled = $true
Obfuscate = $false
HideConsoleWindow = $false
DotNetVersion = 'v4.6.2'
FileVersion = '1.0.0'
FileDescription = 'Pfcode Instsller GUI'
ProductName = 'Pfcode Installer'
ProductVersion = '1.0.0'
Copyright = '2022'
RequireElevation = $true
ApplicationIconPath = 'c:\gitea\powershell-scripts\v.7\utility\machine-installer-gui\img\install.ico'
PackageType = 'Console'
}
Bundle = @{
Enabled = $true
Modules = $true
# IgnoredModules = @()
}
}