diff --git a/headphones/versioncheck.py b/headphones/versioncheck.py index a40b5e6e..429ec8b9 100644 --- a/headphones/versioncheck.py +++ b/headphones/versioncheck.py @@ -62,7 +62,7 @@ def runGit(args): def getVersion(): - if version.HEADPHONES_VERSION.startswith('build '): + if version.HEADPHONES_VERSION.startswith('win32build'): headphones.INSTALL_TYPE = 'win'