dicengine / dicegui

The corresponding desktop application GUI for the DICe code
Other
12 stars 16 forks source link

Update to check for location of binaries. #20

Closed haemishkyd closed 4 years ago

haemishkyd commented 4 years ago

Update to test for executable and allow the user to choose the path to the binaries if the binaries do not exist.

Updates execPathOverride to allow this to be saved for future startups. If this path is then changed manually in .dice.js the test for executable will fail again and the process will start again. There is a popup that still comes up when the execPathOverride is used (from elsewhere in the code) but I wasn't sure if it was a good idea to remove this.

This is in response to issue 160 in the dice repo.