From c3b4eceeec9d4e075828bc4eb95f5a32481768b8 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Fri, 24 May 2024 02:10:55 +1200 Subject: [PATCH] add copyright to installed exe --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 01ca47f..19d8f3b 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,7 @@ setup( shortcut_name='ReticulumWebChat', # name shown in shortcut shortcut_dir='ProgramMenuFolder', # put the shortcut in windows start menu icon='logo/icon.ico', # set the icon for the exe + copyright='Copyright (c) 2024 Liam Cottle', ), ], options={