Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Apr 10, 2016
2 parents 250261a + bba4481 commit cac98fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Built with PyQt4 for the UI and Beautiful Soup for HTML parsing.

## Compiled releases
### Windows
You can grab the release .zip, extract it and execute BlenderUpdater.exe. Freezing is done via cx_freeze. ("cxfreeze --base-name Win32Gui Blenderupdater.py")
You can grab the release .zip, extract it and execute BlenderUpdater.exe. Freezing is done via esky/cx_freeze. ("python setup.py bdist_esky")


### Linux and OSX
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import sys
from esky import bdist_esky
from distutils.core import setup
from esky.bdist_esky import Executable

Expand Down

0 comments on commit cac98fe

Please sign in to comment.