File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 <authors >Stephen Valdinger</authors >
1111 <projectUrl >https://github.com/steviecoaster/NexuShell</projectUrl >
1212 <projectSourceUrl >https://github.com/steviecoaster/NexuShell</projectSourceUrl >
13- <iconUrl ></iconUrl >
13+ <iconUrl >https://cdn.jsdelivr.net/gh/steviecoaster/NexuShell@develop/logo/nexushell.svg </iconUrl >
1414 <copyright >(c) 2021 steviecoaster. All rights reserved.</copyright >
1515 <docsUrl >https://steviecoaster.dev/NexuShell/</docsUrl >
1616 <bugTrackerUrl >https://github.com/steviecoaster/NexuShell/issues</bugTrackerUrl >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ if (Test-Path -Path $savedParamsPath) {
1717 Remove-Item - Path $savedParamsPath - Force
1818}
1919
20- $sourcePath = Convert -Path $toolsDir \ $ ModuleName. * . zip
20+ $sourcePath = Join -Path $toolsDir - ChildPath " $ ( $ ModuleName) . zip"
2121$destinationPath = @ ()
2222
2323$PathSegment = @ {
@@ -30,14 +30,14 @@ $PathSegment = @{
3030
3131$Parameters = Get-PackageParameters
3232
33- if (-not $Parameters.ContainsKey (' Windows' ) -and -not $Parameter .ContainsKey (' Core' )) {
33+ if (-not $Parameters.ContainsKey (' Windows' ) -and -not $Parameters .ContainsKey (' Core' )) {
3434 $Parameters += @ {
3535 Windows = $PSVersionTable.PSVersion.Major -le 5
3636 Core = $PSVersionTable.PSVersion.Major -gt 5
3737 }
3838}
3939
40- if (-not $Parameters.ContainsKey (' AllUsers' ) -and -not $Parameter .ContainsKey (' CurrentUser' )) {
40+ if (-not $Parameters.ContainsKey (' AllUsers' ) -and -not $Parameters .ContainsKey (' CurrentUser' )) {
4141 $Parameters += @ {
4242 AllUsers = Test-ProcessAdminRights
4343 CurrentUser = -not (Test-ProcessAdminRights )
You can’t perform that action at this time.
0 commit comments