-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please don't drop Windows 32-bit support #217
Comments
im not quite sure how to easily do that with the newest build system based on electron builder. Need to include the correct ffmpeg binary depending on whether build is 32/64bit. if someone has some easy solution please shout out. |
Now I think we can easily add 32 bit win support again, but I'm not sure how many people want that |
I tried to implement 32 bit in the branch https://github.com/mifi/lossless-cut/tree/32bit It seems to work, and it generates two builds. And for ffprobe it includes the right 64/32 bit version, but ffmpeg-static which now downloads only the version for the current arch only, it won't let me select which one to be included in the electron-builder. I'm thinking maybe creating a new npm module that works like ffmpeg-static used to work before. |
I'm going to close this. Unfortunately I will probably never prioritize this |
Please continue building the 32-bit package for Windows .
I started using Lossless-cut only last year and I have been using it a lot since .
Thanks
The text was updated successfully, but these errors were encountered: