From f8bbcc418165f9ff50b9d4b910364a80c131b232 Mon Sep 17 00:00:00 2001 From: arabcoders Date: Sat, 5 Jul 2025 18:56:53 +0300 Subject: [PATCH] removed no longer used file for native build --- app.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/app.spec b/app.spec index cc503913..631a6691 100644 --- a/app.spec +++ b/app.spec @@ -42,7 +42,6 @@ a = Analysis( # noqa: F821 # type: ignore datas=[ ("ui/exported", "ui/exported"), ("app/migrations", "migrations"), - ("app/library/presets.json", "library"), ], hiddenimports=hidden, hookspath=[],