Fixing missing readmes

I took these out recently, and it broke the build wew
This commit is contained in:
Hydrus Network Developer 2022-02-28 21:33:55 -06:00
parent c834b288f6
commit 3a863b182a
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ a = Analysis(['hydrus/client.py'],
('hydrus/static', 'static'),
('dist/server/server', '.'),
('hydrus/license.txt', '.'),
('hydrus/Readme.txt', '.'),
('hydrus/README.md', '.'),
('hydrus/help my client will not boot.txt', '.'),
('hydrus/db', 'db'),
('hydrus/hydrus', 'hydrus'),

View File

@ -19,7 +19,7 @@ a = Analysis(['hydrus\\client.pyw'],
('hydrus\\static', 'static'),
('dist\\server\\server.exe*', '.'),
('hydrus\\license.txt', '.'),
('hydrus\\Readme.txt', '.'),
('hydrus\\README.md', '.'),
('hydrus\\help my client will not boot.txt', '.'),
('hydrus\\db', 'db'),
('hydrus\\hydrus', 'hydrus'),