webaverse / metachromium-bin

Metachromium binary release
0 stars 1 forks source link

Example.html will not load if there is a space in the path to the directory #2

Closed JaredMonkey closed 4 years ago

JaredMonkey commented 4 years ago

Going through the steps to get started. If there is a space in the path that the browser is extracted to, example.html doesn't load.

avaer commented 4 years ago

Probably need to feed %20's in metachromium.cmd when it's passed in.

avaer commented 4 years ago

https://github.com/webaverse/metachromium/blob/hack/metachromium.cmd#L1

avaer commented 4 years ago

wrapping in quotes fixes: "%cd%/example.html"

avaer commented 4 years ago

Fixed with https://github.com/webaverse/metachromium/commit/6d646a9c1845cf659817c2f2f270453b8e402fe3