diff --git a/client.pyw b/client.pyw index a43e0166..e83b68fa 100755 --- a/client.pyw +++ b/client.pyw @@ -28,7 +28,7 @@ try: initial_sys_stdout = sys.stdout initial_sys_stderr = sys.stderr - with open( HC.LOGS_DIR + os.path.sep + 'client.log', 'a' ) as f: + with open( os.path.join( HC.LOGS_DIR, 'client.log' ), 'a' ) as f: sys.stdout = f sys.stderr = f diff --git a/help/changelog.html b/help/changelog.html index b5440dbd..527aa67f 100755 --- a/help/changelog.html +++ b/help/changelog.html @@ -8,6 +8,48 @@

changelog