-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I download the .exe from release page. I cloned the repo and put the .exe in the root dir and I called it direct from a terminal with the install command this the result:
D:\meow-0.0.1\meow-0.0.1> .\meow-windows-amd64.exe install
time=2024-09-13T23:44:56.356-05:00 level=INFO msg="Downloading Docker Desktop installer..." os=windows arch=amd64
time=2024-09-13T23:44:56.447-05:00 level=ERROR msg="open C:\\Users\\19729\\AppData\\Local\\Temp\\meow-cli\\docker-desktop-installer.exe.tmp: The system cannot find the path specified."
I have windows 11, docker compose and desktop etc all installed.
If I run just the .exe in a terminal, it displays the main help screen. And some of it is working, for instance the completion cmd generated a powershell script in the terminal and the help flags gave me additional info on cmds. So if I run '.\meow-windows-amd64.exe install -h' it returns:
Installs the cat and its dependencies on the current machine
I initially I didn't see the release and had tried to just compile it from the repo, I fell into a rabbit hole and couldn't get that working.
I also tried running the windows install script from the repo and here's the result: