feat(ST2.UtilPackages): release 0.2.2
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<metadata>
|
||||
<id>EthanBrown.SublimeText2.UtilPackages</id>
|
||||
<title>Sublime Text 2 - Utility / Theme Tooling Packages</title>
|
||||
<version>0.2.1</version>
|
||||
<version>0.2.2</version>
|
||||
<authors>Various</authors>
|
||||
<owners>Ethan Brown</owners>
|
||||
<summary>A number of packages helpful for increased editor productivity, including Soda theme, a number of file manipulation and/or searching type commands.</summary>
|
||||
|
@@ -42,8 +42,8 @@ try {
|
||||
Out-File -FilePath (Join-Path $sublimeUserDataPath $sublimeFilesFileName) -Force -Encoding ASCII
|
||||
|
||||
$packageCache = Join-Path (Get-CurrentDirectory) 'PackageCache'
|
||||
Install-SublimePackagesFromCache -Directory $packageCache
|
||||
Install-SublimePackageControl -PreRelease
|
||||
Install-SublimePackagesFromCache -Directory $packageCache -Version 2
|
||||
Install-SublimePackageControl -PreRelease -Version 2
|
||||
$packageControl = (Join-Path (Get-CurrentDirectory) 'Package Control.sublime-settings')
|
||||
Merge-PackageControlSettings -FilePath $packageControl
|
||||
|
||||
|
Reference in New Issue
Block a user