removed no longer used file for native build

This commit is contained in:
arabcoders 2025-07-05 18:56:53 +03:00
parent eb440dff36
commit f8bbcc4181

View file

@ -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=[],