-
Notifications
You must be signed in to change notification settings - Fork 0
/
Package.psd1
29 lines (28 loc) · 1.02 KB
/
Package.psd1
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
@{
Root = 'C:\Users\Michaelsoft Binbows\Desktop\test\app_rewrite.ps1'
OutputPath = 'C:\Users\Michaelsoft Binbows\Desktop\test'
Package = @{
Enabled = $true
Obfuscate = $False
HideConsoleWindow = $true
DotNetVersion = 'netcoreapp31'
FileVersion = '2.0.0'
FileDescription = 'osu!NP for osu!lazer'
ProductName = 'osu!NP'
ProductVersion = '2023.414.0'
Copyright = 'Hexality'
RequireElevation = $false
ApplicationIconPath = 'C:\Users\Michaelsoft Binbows\Desktop\test\app.ico'
HighDPISupport = $false
PowerShellArguments = '-ExecutionPolicy Bypass'
Platform = 'x64'
PowerShellVersion = '7.3.2'
RuntimeIdentifier = 'win-x64'
DisableQuickEdit = $false
Resources = [string[]]@()
}
Bundle = @{
Enabled = $true
Modules = $false
}
}