Skip to content

Instantly share code, notes, and snippets.

@soimort
Created April 30, 2016 09:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soimort/44d70a4488993907b2b1318fd823d463 to your computer and use it in GitHub Desktop.
Save soimort/44d70a4488993907b2b1318fd823d463 to your computer and use it in GitHub Desktop.
@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