File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3333 run : |
3434 export ELECTRON_BUILDER_EXTRA_ARGS="--universal"
3535 export FFMPEG_BINARIES_URL="https://cdn.npmmirror.com/binaries/ffmpeg-static"
36+ export npm_config_arch=x64
3637 npm --arch=x64 rebuild -f ffmpeg-static && mv node_modules/ffmpeg-static/ffmpeg{,-x64}
38+ export npm_config_arch=arm64
3739 npm --arch=arm64 rebuild -f ffmpeg-static && mv node_modules/ffmpeg-static/ffmpeg{,-arm64}
3840 cd node_modules/ffmpeg-static
3941 lipo -create ffmpeg-arm64 ffmpeg-x64 -output ffmpeg
Original file line number Diff line number Diff line change 22All significant changes to this project will be recorded in this file.
33此项目的所有显著更改都将记录在此文件中。
44
5- ## [ v1.1.5 ] - 2025-10-22
5+ ## [ v1.1.6 ] - 2025-10-22
66### Added
77- Add MAC embedding FFmpeg support
88### Fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " short-video-factory" ,
33 "description" : " 短视频工厂,一键生成产品营销与泛内容短视频,AI批量自动剪辑" ,
4- "version" : " 1.1.5 " ,
4+ "version" : " 1.1.6 " ,
55 "author" : {
66 "name" : " YILS" ,
77 "developer" : " YILS" ,
You can’t perform that action at this time.
0 commit comments