mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Redirect apm scripts to use the actual apm ones
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
@echo off
|
||||
|
||||
"%~dp0\..\app\apm\bin\node.exe" "%~dp0\..\app\apm\lib\cli.js" %*
|
||||
"%~dp0\..\app\apm\bin\apm.cmd" %*
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
directory=$(dirname "$0")
|
||||
"$directory/../app/apm/bin/node.exe" "$directory/../app/apm/lib/cli.js" "$@"
|
||||
"$(dirname "$0")/../app/apm/apm.sh" "$@"
|
||||
|
||||
Reference in New Issue
Block a user