Describe the bug
When packaging watchfaces in AOD (Always-On Display) mode, the build process fails with a FileNotFoundError. The error suggests a mismatch between the expected and actual output file paths, specifically looking for 'AOD.face' instead of the project's designated filename.
To Reproduce
Steps to reproduce the behavior:
- Switch to AOD mode
- Add any image assets
- Initiate build process
- Observe FileNotFoundError in console
Expected behavior
Build process should complete successfully, generating the correct output file based on project settings.
Error Log
2025-01-29 17:30:55,283 main.py:2113 ERROR FileNotFoundError
Traceback highlights:
File "utils/binary.py", line 5
with open(path, "+rb") as binary:
FileNotFoundError: [Errno 2] No such file or directory: 'D:/AOD\output\AOD.face'
Describe the bug
When packaging watchfaces in AOD (Always-On Display) mode, the build process fails with a FileNotFoundError. The error suggests a mismatch between the expected and actual output file paths, specifically looking for 'AOD.face' instead of the project's designated filename.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Build process should complete successfully, generating the correct output file based on project settings.
Error Log