.tar.gz PowerShell issues fix.#373
Conversation
Update install.bat so there isn't a compatibility issue with the .tar.gz extension in powershell.
|
Thank you for the contribution @MauroDruwel However, I have tried to run the new The part for mkdir and tar is good |
|
Yeah I will check that! My pull request was just to fix this issue:
|
|
I see, for the changed part it's okay |
|
Hi @hiro-v, I think I fixed it :) Atleast, it works on my pc. Could you try it? The problem was that the extracting was not saving the files in the |


Pull Request: Update
install.batfor Compatibility with.tar.gzExtension in PowerShellOverview
This pull request addresses a compatibility issue with the
.tar.gzextension in PowerShell. It incorporates the fix from issue #234 in a more streamlined manner.Details
The
install.batfile has been updated to prevent compatibility issues with the.tar.gzextension when using PowerShell. This change enhances the user experience by preventing potential errors during the installation process.Conclusion
This pull request provides a necessary update to the
install.batfile, improving compatibility with PowerShell.