Skip to content

Commit bdcdc37

Browse files
authored
Update build.py
1 parent 0ab296b commit bdcdc37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
`pluginname + "_v" + version + "_" + os_name + ".tpp"`
1616
If left blank, the file name from PLUGIN_MAIN is used (w/out .py extension).
1717
"""
18-
PLUGIN_EXE_NAME = "process_checker"
18+
PLUGIN_EXE_NAME = "Process_Monitor"
1919

2020
"""
2121
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 @@
3535
PLUGIN_ENTRY_INDENT = 2
3636

3737
""" This is the root folder name that will be inside of .tpp """
38-
PLUGIN_ROOT = "Process_Checker"
38+
PLUGIN_ROOT = "Process_Monitor"
3939

4040
""" Path to icon file used in entry.tp for category `imagepath`, if any. If left blank, TP will use a default icon. """
4141
PLUGIN_ICON = r""

0 commit comments

Comments
 (0)