We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab296b commit bdcdc37Copy full SHA for bdcdc37
build.py
@@ -15,7 +15,7 @@
15
`pluginname + "_v" + version + "_" + os_name + ".tpp"`
16
If left blank, the file name from PLUGIN_MAIN is used (w/out .py extension).
17
"""
18
-PLUGIN_EXE_NAME = "process_checker"
+PLUGIN_EXE_NAME = "Process_Monitor"
19
20
21
PLUGIN_EXE_ICON: This should be a path to a .ico file. However if png passed in, it will automatically converted to ico.
@@ -35,7 +35,7 @@
35
PLUGIN_ENTRY_INDENT = 2
36
37
""" This is the root folder name that will be inside of .tpp """
38
-PLUGIN_ROOT = "Process_Checker"
+PLUGIN_ROOT = "Process_Monitor"
39
40
""" Path to icon file used in entry.tp for category `imagepath`, if any. If left blank, TP will use a default icon. """
41
PLUGIN_ICON = r""
0 commit comments