diff --git a/Scripts/Detail/Config.py b/Scripts/Detail/Config.py
index 72054f7..55687e3 100644
--- a/Scripts/Detail/Config.py
+++ b/Scripts/Detail/Config.py
@@ -122,6 +122,8 @@ def configurePlatformVersion( self ):
             platformInfo.append( platform.machine() )
             self.platformVersion = "-".join( platformInfo )
 
+         self.platformVersion = self.platformVersion.replace( " ", "-" )
+
          utility.printItem( "platformVersion: ", self.platformVersion )
 
       def configureProductVersion( self ):