feat(ST2.UtilPackages) - release 0.2.0
- use pre-release version of package control, which fixes bugs related to packages automatically added to ignored_packages https://github.com/wbond/sublime_package_control/issues/558 - use SublimeText2 as a dep, as we run PS code to install pkg control
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.1.2</version>
|
||||
<version>0.2.0</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>
|
||||
@@ -85,7 +85,7 @@
|
||||
<releaseNotes>* Use a local package cache to prevent first-time package restore / load errors</releaseNotes>
|
||||
<dependencies>
|
||||
<dependency id="PowerShell" version="3.0"/>
|
||||
<dependency id="SublimeText2.app" />
|
||||
<dependency id="SublimeText2" />
|
||||
<dependency id="SourceCodePro" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
|
@@ -43,7 +43,7 @@ try {
|
||||
|
||||
$packageCache = Join-Path (Get-CurrentDirectory) 'PackageCache'
|
||||
Install-SublimePackagesFromCache -Directory $packageCache
|
||||
Install-SublimePackageControl
|
||||
Install-SublimePackageControl -PreRelease
|
||||
$packageControl = (Join-Path (Get-CurrentDirectory) 'Package Control.sublime-settings')
|
||||
Merge-PackageControlSettings -FilePath $packageControl
|
||||
|
||||
|
Reference in New Issue
Block a user