Skip to content

Commit

Permalink
Added Settings for Compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
MinersWin committed Apr 23, 2021
1 parent 8f863ce commit d835a0a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.psd1
@@ -0,0 +1,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 = @()
}
}

2 comments on commit d835a0a

@h34r74ch3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

xd

@MinersWin
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well

Please sign in to comment.