MacOS 12.1
Nova 8.4 with Playdate extension
PD Simulator/SDK 1.9.1
Hello!
I'm brand new to playdate development, its my first time using Lua and my first time using Nova so I've likely configured something incorrectly here, I'm hoping someone may be able to give me a hint or a point in the right direction.
I have a basic playdate game, its a single main.lua file. When I click run in nova it builds fine, launches the simulator and runs perfectly. At this point I have a main.lua file and a squareGame.pdx.
Next time I build or run the project it creates a new squareGame.pdx inside the existing squareGame.pdx. If I build or run again I get another squareGame.pdx inside the second squareGame.pdx. This will happen for every build or run giving me a new sub folder inside the previous sub folder.
Im assuming this shouldn't happen and my squareGame should be replaced by the latest build each time?
If so what could be causing this/how can I prevent this?
I have tried explicitly setting the product name, source location and output location for the build/run task.
Thanks for your help!
File Structure after running 5 times: