Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexality authored Apr 14, 2023
1 parent 45bb6d4 commit 9b6bcc6
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions Package.psd1
Original file line number Diff line number Diff line change
@@ -0,0 +1,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
}
}

Binary file modified app.ps1
Binary file not shown.
Binary file added icon.ico
Binary file not shown.

0 comments on commit 9b6bcc6

Please sign in to comment.