Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Provide an official exe for windows #153
Comments
|
yoshco says: i previously used py2exe.org for this (messy) |
|
Try this one: http://youtube2mp3.sourceforge.net/runtime/youtube-dl.exe |
|
By the way, youtube-dl -U wouldn't work for an exe file, for two reasons:
Those are both fair assumptions on Unix, but not on Windows: with an exe, you aren't running the Python directly but in compiled form, and Windows won't allow a running process to overwrite its own executable. |
|
@obeythepenguin Great - would you be willing to commit the build script you're using under Public Domain? Also, updating can work, that's precisely why I added the notice.
|
|
@phihag Yes, I will gladly commit it under the Public Domain. My script is here: Sorry for the (very) late reply; I'm mainly a Mercurial user, so I don't check Github often. |
|
We have had a complete WINE exe creation system for some time now |
A standalone exe file for Windows would be nice. See if we can maybe create it with wine (?), or, failing that, somehow create it on Windows.