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 e8c6f37 commit 4637265Copy full SHA for 4637265
src/build.py
@@ -55,7 +55,7 @@
55
"""
56
If you have any required file(s) that your plugin needs, put them in this list.
57
58
-ADDITIONAL_FILES = ["./src/start.sh", "./src/process_monitor_icon.png"]
+ADDITIONAL_FILES = ["start.sh", "process_monitor_icon.png"]
59
60
61
Any additional arguments to be passed to Pyinstaller. Optional.
0 commit comments