Skip to content
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

feat: linux support #86

Merged
merged 7 commits into from
Jan 29, 2024
Merged

feat: linux support #86

merged 7 commits into from
Jan 29, 2024

Conversation

Julusian
Copy link
Member

@Julusian Julusian commented Jun 14, 2023

This was the minimal changes needed to get package-manager running on linux, and able to perform the full workflow copying between local folders.
image

I don't know if the ffmpeg command string changes will work on windows, but they were necessary on linux, otherwise ffmpeg rejected everything.

Because the FILE_SHARE accessor is heavily based on windows-network-share, I took the lazy route of explicitly blocking that for now. Hopefully later an alternate version can be implemented, but that was more than I needed today.

I haven't moved any of the code out of WindowsWorker, perhaps it should be renamed to GenericWorker now?

@nytamin
Copy link
Contributor

nytamin commented Jan 22, 2024

I did a local test of this just now, using Windows 10 to test for regressions. It seems to work well.

@Julusian Julusian marked this pull request as ready for review January 26, 2024 14:27
@nytamin nytamin self-requested a review January 26, 2024 14:27
@nytamin nytamin merged commit 8b9e1c0 into develop Jan 29, 2024
7 checks passed
@nytamin nytamin deleted the feat/linux branch January 29, 2024 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants