for mac debug

pull/109/head
midoks 4 years ago
parent 698c684a8a
commit 7a4de6e227
  1. 3
      class/core/plugins_api.py

@ -109,6 +109,9 @@ class plugins_api:
name + " && /bin/bash " + pluginInfo["shell"] \
+ " install " + version
if mw.isAppleSystem():
print(execstr)
taskAdd = (None, mmsg + '[' + name + '-' + version + ']',
'execshell', '0', time.strftime('%Y-%m-%d %H:%M:%S'), execstr)

Loading…
Cancel
Save