Skip to content

Commit e73e417

Browse files
committed
Clarify how to save the icon file.
1 parent 8c13741 commit e73e417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/python/2021/distribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This will affect the executable name and the distribution directory name.
7272

7373
`datas=[("data", "data")]` will copy all files from the data directory (first `"data"`) to the data directory of the distribution (second `"data"`.)
7474

75-
An `icon` is optional and that line can be deleted, otherwise `icon.ico` can be downloaded from [here](https://raw.githubusercontent.com/TStand90/tcod_tutorial_v2/fd2364dbf184ea83f571c96110dc35c5349ade1d/icon.ico) and put in the project directory.
75+
An `icon` is optional and that line can be deleted, otherwise `icon.ico` can be downloaded from [here](https://raw.githubusercontent.com/TStand90/tcod_tutorial_v2/fd2364dbf184ea83f571c96110dc35c5349ade1d/icon.ico) (right click and save as) and put in the project directory.
7676

7777
## Automated builds
7878

0 commit comments

Comments
 (0)