arturo-lang / arturo-lang.io

The official website for the Arturo programming language
6 stars 4 forks source link

Solving issues with the installer #6

Open RickBarretto opened 1 month ago

RickBarretto commented 1 month ago

This PR is not fully complete since this won't work on Windows. Not because of the script itself, but because of the way we organized the Windows' folder is different.

While the Linux version has the files inside it, the Windows version has another inner folder wrapping our files. Look:

image.

RickBarretto commented 1 month ago

@drkameleon, can you try this later?

RickBarretto commented 1 month ago

Also, thanks to @ErikSchierboom for noticing that! I think the issue when installing was a typo with the Temporary folder's variable.

ErikSchierboom commented 1 month ago

I've tested this on my WSL machine and both stable and nightly install correctly.

My only suggestion would be to somehow make it clear which version is installed. The output looked the same for the nightly and stable versions.