ffmpeg-static version
ffmpeg-static@5.2.0
Node.js version
20.12.2
operating system and/or environment
ex.
- using operating system windows10 & osx
What happened?
After electron-builder packaging, the path returned by require('ffmpeg static') is in resources/app.asar/, but i cannot access the binary files in app.asar. I can only manually replace app.asar with app.asar.unpacked
ffmpeg-static version
ffmpeg-static@5.2.0
Node.js version
20.12.2
operating system and/or environment
ex.
What happened?
After electron-builder packaging, the path returned by
require('ffmpeg static')is inresources/app.asar/, but i cannot access the binary files inapp.asar. I can only manually replaceapp.asarwithapp.asar.unpacked