From 0be25d818aa4a71338614a24815e6942cbf55514 Mon Sep 17 00:00:00 2001 From: "Jared M. Smith" Date: Thu, 23 Feb 2017 15:09:35 -0600 Subject: [PATCH] :bug: Fix apm shell script reference in Windows fixes #13874 --- resources/win/apm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/win/apm.sh b/resources/win/apm.sh index 99ccfec69..3a479f53d 100644 --- a/resources/win/apm.sh +++ b/resources/win/apm.sh @@ -1,3 +1,3 @@ #!/bin/sh -"$(dirname "$0")/../app/apm/apm.sh" "$@" +"$(dirname "$0")/../app/apm/bin/apm" "$@"