From 63e4dc65c28d98adb1d92b859575a1cf4e37e18b Mon Sep 17 00:00:00 2001 From: rembo10 Date: Thu, 21 Jun 2012 22:50:51 +0530 Subject: [PATCH] Updated versioncheck to correctly identify the HenryFord win32 build --- headphones/versioncheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'