cli
cli copied to clipboard
fix: working on windows installation issue
Windows installation gives errors on a lot of files due to problems like: -File path resolution in Windows : Edited the release packages rename file in scripts for the windows version -Was getting tarball error on the usage a "--force-local" flag that isn't supported by Windows so created a wrapper to overcome it -Currently getting error on 7z: Error: Command failed: 7z '7z' is not recognized as an internal or external command, operable program or batch file. Working on resolving this and further issues encountered
Aims to resolve #1744