Skip to content

Commit 561adbd

Browse files
authored
Update README.md
1 parent 5b74978 commit 561adbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Now, open the terminal in the folder and run this command<br>
1111
This will compile the program under the "build" folder.
1212

1313
# How to add a program icon
14-
Change the executables line to this:
14+
Change the executables line to this:<br>
15+
Note: If you want to enable the debug console, set base="Console"
1516
<pre>executables = [Executable("python_file_name.py", base=base, icon="favicon.ico")]</pre>
1617
After that, add the same "favicon.ico" in the same line as "include_files" so that it is like
1718
<pre>"include_files": ["favicon.ico"],</pre>

0 commit comments

Comments
 (0)