Skip to content

Commit 4a9156d

Browse files
committed
Remove creation of SingleUser Chocolatey package.
1 parent 0e75ef7 commit 4a9156d

File tree

4 files changed

+0
-53
lines changed

4 files changed

+0
-53
lines changed

ChocolateyPackage/PSReadline.SingleUser.nuspec

Lines changed: 0 additions & 23 deletions
This file was deleted.

ChocolateyPackage/tools.SingleUser/chocolateyinstall.ps1

Lines changed: 0 additions & 17 deletions
This file was deleted.

ChocolateyPackage/tools.SingleUser/chocolateyuninstall.ps1

Lines changed: 0 additions & 11 deletions
This file was deleted.

MakeRelease.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,10 @@ if (gcm cpack -ea Ignore)
5555
}
5656

5757
& $PSScriptRoot\Update-NuspecVersion.ps1 "$chocolateyDir\PSReadline.nuspec" $version
58-
& $PSScriptRoot\Update-NuspecVersion.ps1 "$chocolateyDir\PSReadline.SingleUser.nuspec" $version
5958

6059
cp -r $targetDir $chocolateyDir\PSReadline
6160

6261
cpack "$chocolateyDir\PSReadline.nuspec"
63-
cpack "$chocolateyDir\PSReadline.SingleUser.nuspec"
6462
}
6563

6664
del $PSScriptRoot\PSReadline.zip -ea Ignore

0 commit comments

Comments
 (0)