orca-app / orca

A Wasm environment for cross-platform, sandboxed graphical applications.
https://orca-app.dev
Other
156 stars 13 forks source link

`orca bundle` fails silently if passed a non-existent icon file #59

Closed martinfouilleul closed 4 months ago

martinfouilleul commented 4 months ago

See sample/triangle that calls orca bundle with a file that does not exist. The tool should at least print a relevant error or warning message. It is debatable whether the missing icon should abort the whole bundling, but if it does it should delete the directories it created (right now we're left with an empty bundle tree)