-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
NWjs versioning depending on OS #698
Conversation
nerdCopter
commented
Jan 31, 2024
•
edited
Loading
edited
- NWjs versioning depending on OS; this is not preferred, but maybe necessary
- fixes Cannot open BBE on Mac Intel 64 since 687 since bumping NWJS and FFMPEG #696
- proof-of-concept; DRAFT while in discussion/consideration
- this PR will re-test historical failure of GitHub action for NWjs 0.72.0
- win32 was not part of the issue, but added it as such is known to work.
2f47580
to
ee49dec
Compare
This comment was marked as outdated.
This comment was marked as outdated.
|
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Mark Haslinghuis <[email protected]>
|
One issue might be with the ffmpeg libraries - not sure if we could retrieve the exact OSX version used - so to minimize impact of this change only applying to older versions. |
Do you want to test this code? Here you have an automated build: |
i found some issue with any logic for when using gulpfile to retrieve the OS version (kernel). it is built on modern OSX (kernel), therefore will still choose modern NWjs, and thusly not be backward compatible. |
Can we have a macOSDeprecated strategy in the workflow matrix? blackbox-log-viewer/.github/workflows/ci.yml Lines 16 to 33 in a11ed06
|
the future is now 😄 |
saw some NWjs issue tracker comments alluding to custom universal packages , but this is just more effort / maintenance :( finding some more stuff. |
Solves the problem on my older Mac. So long as newer Macs are OK, I'm happy! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes needs testing on most recent Macs - otherwise we might have two implement separate builds for new and old Macs
looks and works as usual, no problems noticed. MacBook Air M2 13.6" 512/16 GB, macOS Sonoma 14.3
|
@ikherty did you also test ffmpeg part? |
oh, sorry, I didn't try to play the video file. now I tried to open it, but the app closes immediately after selecting the file. I tried with different files, the behaviour is the same.. |
thank you @ikherty . sorry @haslinghuis @ctzsnooze , i don't know a way to import different ffmpeg versions depending on NWjs version maybe a BASH script at build-time |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within a week. |
Pull request closed automatically as inactive. |