aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom-Oliver Heidel <github@tom-oliver.eu>2020-08-31 22:13:31 +0200
committerGitHub <noreply@github.com>2020-08-31 22:13:31 +0200
commit6d55b17922561d03c080453968de75ac8ac1de8e (patch)
tree3b9842782c7d9265a918dd4767e9cc70d7ca97e7
parenta96822ee3606a40642ca27e2307e1117a872b30c (diff)
parent87570c15073dd1f53604ea5860cac3501d7cdf6b (diff)
downloadhypervideo-pre-6d55b17922561d03c080453968de75ac8ac1de8e.tar.lz
hypervideo-pre-6d55b17922561d03c080453968de75ac8ac1de8e.tar.xz
hypervideo-pre-6d55b17922561d03c080453968de75ac8ac1de8e.zip
Merge pull request #4 from blackjack4494/pyinstaller
[skip travis] simple bat for win binary
-rw-r--r--make_win.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/make_win.bat b/make_win.bat
new file mode 100644
index 000000000..a1f692e17
--- /dev/null
+++ b/make_win.bat
@@ -0,0 +1 @@
+pyinstaller.exe youtube_dl\__main__.py --onefile --name youtube-dlc \ No newline at end of file