We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b74978 commit 561adbdCopy full SHA for 561adbd
README.md
@@ -11,7 +11,8 @@ Now, open the terminal in the folder and run this command<br>
11
This will compile the program under the "build" folder.
12
13
# How to add a program icon
14
-Change the executables line to this:
+Change the executables line to this:<br>
15
+Note: If you want to enable the debug console, set base="Console"
16
<pre>executables = [Executable("python_file_name.py", base=base, icon="favicon.ico")]</pre>
17
After that, add the same "favicon.ico" in the same line as "include_files" so that it is like
18
<pre>"include_files": ["favicon.ico"],</pre>
0 commit comments