mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
add copyright to installed exe
This commit is contained in:
parent
ee7a34e114
commit
c3b4eceeec
1 changed files with 1 additions and 0 deletions
1
setup.py
1
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={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue