diff options
Diffstat (limited to 'game/options.rpy')
-rw-r--r-- | game/options.rpy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game/options.rpy b/game/options.rpy index e2da347..a2a5b1b 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -231,6 +231,7 @@ init python: build.documentation('*.html') build.documentation('*.txt') + config.window_icon="icon.ico" # Remove renpy license from About. LGPL and MIT doesn't require it. # Instead, leave only the link to Ren'Py licenses and legales. |