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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the scripts "env.bat" and "env_for_icons.bat"
%__CD__%
instead of
%CD%
should be used to set the current directory as %CD% returns the environment variable CD if present.
The text was updated successfully, but these errors were encountered:
You want to propose a patch ?
Sorry, something went wrong.
env.bat, line 7: set WINPYDIRBASE=%__CD__%
set WINPYDIRBASE=%__CD__%
env_for_icons.bat, line 21: if not "%__CD__%\"=="%~dp0" set WINPYWORKDIR1=%__CD__%
if not "%__CD__%\"=="%~dp0" set WINPYWORKDIR1=%__CD__%
Update make.py
30f96e9
See issue winpython#1023
done for WinPython 2021-04
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
In the scripts "env.bat" and "env_for_icons.bat"
%__CD__%
instead of
%CD%
should be used to set the current directory as %CD% returns the environment variable CD if present.
The text was updated successfully, but these errors were encountered: