projectGenerator icon indicating copy to clipboard operation
projectGenerator copied to clipboard

PG not detecting OF path correctly ( regression )

Open ofTheo opened this issue 1 year ago • 1 comments

Currently when you open the PG when packaged in the OF nightly download it uses the OF/projectGenerator/ path as the OF path instead OF/

This is a regression as it used to automatically detect: /Users/theo/Downloads/of_v20240717_osx_release/

But currently it detects: /Users/theo/Downloads/of_v20240717_osx_release/projectGenerator

See: image

Not a major problem, but definitely a regression and adds an extra step.

ofTheo avatar Jul 18 '24 03:07 ofTheo

Yeah basically the Electrion side is trying to figure out stuff I added some command line systems up for: GUI App -> C++ ProjectGenerator with correct openFrameworks dir on first start (if not set) That should fix this

danoli3 avatar Jul 18 '24 09:07 danoli3

these seems fixed now but there are other issues breaking project creation with addons

ofTheo avatar Oct 08 '24 20:10 ofTheo