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 249f20e commit e8c6f37Copy full SHA for e8c6f37
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 = ["./src/start.sh", "./src/process_monitor_icon.png"]
59
60
61
Any additional arguments to be passed to Pyinstaller. Optional.
0 commit comments