Make the cmd launcher "silent" and not stick around(fix for win10)

This commit is contained in:
beigexperience 2017-02-21 22:14:45 +02:00 committed by GitHub
parent a59cf9b9aa
commit 71ac8ff996
1 changed files with 2 additions and 2 deletions

View File

@ -139,10 +139,10 @@ class ActionsPlugin(object):
return u"""
@echo off
chcp 65001
chcp 65001 > nul
set PYTHONIOENCODING=utf-8
cd /D \"%s\"
%s
start "" %s
""" % (cwd, cmd)
def isAutorunEnabled(self):