mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Fix apm bin path on AppVeyor
This commit is contained in:
@@ -49,7 +49,7 @@ function isBuildingPR () {
|
||||
|
||||
function getApmBinPath () {
|
||||
const apmBinName = process.platform === 'win32' ? 'apm.cmd' : 'apm'
|
||||
return path.join(apmRootPath, 'node_modules', '.bin', apmBinName)
|
||||
return path.join(apmRootPath, 'node_modules', 'atom-package-manager', 'bin', apmBinName)
|
||||
}
|
||||
|
||||
function getNpmBinPath () {
|
||||
|
||||
Reference in New Issue
Block a user