feat(sublime packages): install package control

- With refactored package control script, always
    call to double-check package control exists
This commit is contained in:
Iristyle
2013-04-04 09:10:53 -04:00
parent 49cb47cb9d
commit eadf7a8958
4 changed files with 4 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ try {
Copy-Item @params
}
Install-SublimePackageControl
$packageControl = Join-Path $current 'Package Control.sublime-settings'
Merge-PackageControlSettings -FilePath $packageControl