@Techmannih nice work debugging. you can
@Techmannih nice work debugging. you can use a moveFile/mv/rename function from e.g. "fs"
6 Replies
@Seve at first I was getting an error while running bun run setup. Then I granted it permission, but after that it started saying 'not supported


Have you chmod’d the executable?
chmod +x path/to/whatever.exe
If I'm running a
.exe
file on Windows, I think don't need to use chmod +x
— .exe
files are executable by default on Windows.
I'm just running directly to check whether it exists or not.Hmm yea this is tricky. I cant easily test on windows so its hard to be helpful
yeah, I’ve tried setting up this repo many times, but I’m still unable to get it working
can you raise PR for fuse for me, this PR Stucks me.
yea that repo is a bit difficult to manage, I don't think fuse is top of my priorities though. The issue is you just need to manually extract that file, I think if you carefully manually do the steps that the script does you can get it to work
Do an
if (operatingSystem === "windows") { prompts("Please extract .... to .... and press enter to continue") }