Jump to content

Linux run.sh script


Kai

Recommended Posts

So it looks like the latest version has the wrong line endings, along side being incorrect case:

mono VintageStory.exe

It should be Vintagestory.exe this time.

While I was at it, I made a more robust script that works regardless of case, just so long as it's exactly "vintagestory.exe"

LAUNCHER=$(find "$(cd ..; pwd)" -type f -iname "vintagestory.exe")
mono $LAUNCHER

 

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.