Skip to content

Commit 4637265

Browse files
authored
Update build.py
1 parent e8c6f37 commit 4637265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"""
5656
If you have any required file(s) that your plugin needs, put them in this list.
5757
"""
58-
ADDITIONAL_FILES = ["./src/start.sh", "./src/process_monitor_icon.png"]
58+
ADDITIONAL_FILES = ["start.sh", "process_monitor_icon.png"]
5959

6060
"""
6161
Any additional arguments to be passed to Pyinstaller. Optional.

0 commit comments

Comments
 (0)