Daniel Melo

Results 3 comments of Daniel Melo

I'm facing similar problem when using it with an hybrid ng1/ng4 app. It replaces `templateUrl` occurrences on ng1 templates, which it is unwanted behavior for this app. Since it is...

I can confirm that the same issue occurs with WSL2 on Windows 10 1909. As of PyInstaller 4.5.1 the fix suggested by @asantoni should be applied to `compat.py` line 336

@itsayellow I can confirm that python packaged by mingw64 uses POSIX-style directory structure. ```bash ls ~/.local/pipx/shared/* /c/Users/user1/.local/pipx/shared/pyvenv.cfg /c/Users/user1/.local/pipx/shared/bin: activate Activate.ps1 easy_install.exe easy_install-3.8.exe pip.exe pip3.8.exe pip3.exe python.exe python3.8.exe python3.exe python3w.exe pythonw.exe...