From eb750512f32e87310de56cc7c446b53258789e69 Mon Sep 17 00:00:00 2001 From: Hydrus Network Developer Date: Mon, 15 May 2023 20:08:34 -0500 Subject: [PATCH] Typo fix Arghhhhh --- static/build_files/windows/hydrus_client.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/build_files/windows/hydrus_client.spec b/static/build_files/windows/hydrus_client.spec index d201847e..fc9e6374 100644 --- a/static/build_files/windows/hydrus_client.spec +++ b/static/build_files/windows/hydrus_client.spec @@ -12,8 +12,8 @@ a = Analysis(['hydrus\\hydrus_client.pyw'], pathex=['.'], binaries=[ ('hydrus\\sqlite3.dll', '.'), - ('hydrus\\mpv-2.dll', '.') - ('dist\\hydrus_server\\hydrus_server.exe*', '.'), + ('hydrus\\mpv-2.dll', '.'), + ('dist\\hydrus_server\\hydrus_server.exe*', '.') ], datas=[ ('hydrus\\bin', 'bin'),