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