mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
rename web.py to meshchat.py
This commit is contained in:
parent
dad956ab14
commit
879632a953
4 changed files with 11 additions and 11 deletions
2
setup.py
2
setup.py
|
|
@ -6,7 +6,7 @@ setup(
|
|||
description='A simple mesh network communications app powered by the Reticulum Network Stack',
|
||||
executables=[
|
||||
Executable(
|
||||
script='web.py', # this script to run
|
||||
script='meshchat.py', # this script to run
|
||||
base=None, # we are running a console application, not a gui
|
||||
target_name='ReticulumMeshChat', # creates ReticulumMeshChat.exe
|
||||
shortcut_name='ReticulumMeshChat', # name shown in shortcut
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue