8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1548b2e commit d5d7950Copy full SHA for d5d7950
make.py
@@ -1375,7 +1375,7 @@ def _create_batch_scripts_initial(self):
1375
)
1376
) else (
1377
rem if it it launched from another directory , we keep it that one echo %CD%
1378
-if not "%CD%\"=="%~dp0" set WINPYWORKDIR1=%CD%
+if not "%CD%\"=="%~dp0" set WINPYWORKDIR1="%CD%"
1379
1380
1381
rem remove some potential last \
winpython/__init__.py
@@ -28,6 +28,6 @@
28
OTHER DEALINGS IN THE SOFTWARE.
29
"""
30
31
-__version__ = '4.3.20210717'
+__version__ = '4.4.20210807'
32
__license__ = __doc__
33
__project_url__ = 'http://winpython.github.io/'
0 commit comments