diff --git a/index.js b/index.js index e0d30b7..58db862 100644 --- a/index.js +++ b/index.js @@ -102,7 +102,7 @@ module.exports = async (target, options) => { encodedArguments.push(`"\`"${app}\`""`, '-ArgumentList'); appArguments.unshift(target); } else { - encodedArguments.push(`"\`"${target}\`""`); + encodedArguments.push(`'${target}'`); } if (appArguments.length > 0) {