stefnotch / downline

Free cross-platform desktop application for downloading video and audio from YouTube and many other sites
https://stefnotch.github.io/downline/
MIT License
103 stars 8 forks source link

macOS builds aren't working #27

Closed Janldeboer closed 1 year ago

Janldeboer commented 1 year ago

The newly created builds for macOS aren't working. While cargo tauri dev build a fully functional program, cargo tauri build builds an app that is executable, but not functional. By using cargo tauri build --debug and the page inspector, we figured out that the following exception was raised:

Unhandled Promise Rejection: No such file or directory (os error 2)
stefnotch commented 1 year ago

Should be fixed

stefnotch commented 1 year ago

See also https://github.com/tauri-apps/tauri/issues/4788