feat(ST2.UtilPackages): release 0.2.2
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<metadata>
|
<metadata>
|
||||||
<id>EthanBrown.SublimeText2.UtilPackages</id>
|
<id>EthanBrown.SublimeText2.UtilPackages</id>
|
||||||
<title>Sublime Text 2 - Utility / Theme Tooling Packages</title>
|
<title>Sublime Text 2 - Utility / Theme Tooling Packages</title>
|
||||||
<version>0.2.1</version>
|
<version>0.2.2</version>
|
||||||
<authors>Various</authors>
|
<authors>Various</authors>
|
||||||
<owners>Ethan Brown</owners>
|
<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>
|
<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
|
Out-File -FilePath (Join-Path $sublimeUserDataPath $sublimeFilesFileName) -Force -Encoding ASCII
|
||||||
|
|
||||||
$packageCache = Join-Path (Get-CurrentDirectory) 'PackageCache'
|
$packageCache = Join-Path (Get-CurrentDirectory) 'PackageCache'
|
||||||
Install-SublimePackagesFromCache -Directory $packageCache
|
Install-SublimePackagesFromCache -Directory $packageCache -Version 2
|
||||||
Install-SublimePackageControl -PreRelease
|
Install-SublimePackageControl -PreRelease -Version 2
|
||||||
$packageControl = (Join-Path (Get-CurrentDirectory) 'Package Control.sublime-settings')
|
$packageControl = (Join-Path (Get-CurrentDirectory) 'Package Control.sublime-settings')
|
||||||
Merge-PackageControlSettings -FilePath $packageControl
|
Merge-PackageControlSettings -FilePath $packageControl
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user