Merge pull request #839 from beigexperience/master

Make the cmd launcher "silent" and not stick around(fix for win10)
This commit is contained in:
ZeroNet 2017-02-22 01:04:29 +01:00 committed by GitHub
commit 76bebb1eed

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):