tests updated

This commit is contained in:
Aayush Goel
2023-10-16 16:35:30 +05:30
parent 23ecb248a5
commit db32d90480
2 changed files with 2 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ a = Analysis(
# when invoking pyinstaller from the project root,
# this gets invoked from the directory of the spec file,
# i.e. ./.github/pyinstaller
("../../assets", "assets"),
("../../rules", "rules"),
("../../sigs", "sigs"),
("../../cache", "cache"),