KelvinShadewing / brux-gdk

Free runtime and development kit using SDL and Squirrel
GNU Affero General Public License v3.0
39 stars 20 forks source link

Fix a bug where a provided xygapp not starting with `./` would immediately exit #67

Closed tulpenkiste closed 2 months ago

tulpenkiste commented 2 months ago

The issue was caused by not actually updating xygapp to reflect the chdir done immediately afterwards (e.g. build/test.nut does not exist in the build directory.

tulpenkiste commented 2 months ago

Oop, my pr appears to be messed up, time to fix this...