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

Request : x86 version #126

Closed
EDM115 opened this issue May 1, 2022 · 9 comments
Closed

Request : x86 version #126

EDM115 opened this issue May 1, 2022 · 9 comments

Comments

@EDM115
Copy link

EDM115 commented May 1, 2022

I wonder if it's possible to have this for 32bits windows systems

@database64128
Copy link
Owner

The framework-independent build (youtube-dl-wpf-vx.x.x-windows.7z) is Any CPU and can run on any supported architecture. You just have to install .NET runtime on your system.

@EDM115
Copy link
Author

EDM115 commented May 1, 2022

F
I tried but it doesn't work

@database64128
Copy link
Owner

Do you have .NET 6 runtime installed on your system?

@database64128
Copy link
Owner

Try dotnet ./youtube-dl-wpf.dll.

@EDM115
Copy link
Author

EDM115 commented May 1, 2022

Thank youuuuu 🥺❤

@EDM115
Copy link
Author

EDM115 commented May 1, 2022

Then, adding a YTdl.bat with the other files for the any cpu release might help users like me :

@ECHO OFF
TITLE Launch of Cube YouTube Downloader
ECHO Launching...
ECHO Don't close this command window, else the YT downloader will close !
dotnet ./youtube-dl-wpf.dll
PAUSE

@database64128
Copy link
Owner

Or we can build binaries for 32-bit x86 and ARM targets. The next release will be out in a day or two, and will have binaries for these platforms.

@database64128 database64128 reopened this May 1, 2022
@database64128
Copy link
Owner

See 76fe72f and bdaa262. https://github.com/database64128/youtube-dl-wpf/actions/runs/2257221141 Can you please try and see if the produced binaries work for you?

@database64128
Copy link
Owner

v1.11.0 has been released.

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

No branches or pull requests

2 participants