Created
April 30, 2016 09:53
-
-
Save soimort/44d70a4488993907b2b1318fd823d463 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
C: | |
cd msys64\home\win7\you-get | |
pyinstaller -F -i %~dp0\_you-get.ico --distpath=%~dp0\you-get ^ | |
--path=src ^ | |
--hidden-import=you_get.extractors ^ | |
--hidden-import=you_get.cli_wrapper ^ | |
--hidden-import=you_get.processor ^ | |
--hidden-import=you_get.util ^ | |
you-get | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment