mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Merge pull request #13875 from absynce/master
🐛 Fix apm shell script reference in Windows
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
"$(dirname "$0")/../app/apm/apm.sh" "$@"
|
||||
"$(dirname "$0")/../app/apm/bin/apm" "$@"
|
||||
|
||||
Reference in New Issue
Block a user