novelrt / NovelRT

A cross-platform 2D game engine accompanied by a strong toolset for visual novels.
MIT License
183 stars 43 forks source link

Fix genex issue for Windows and Linux #546

Closed capnkenny closed 1 year ago

capnkenny commented 1 year ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Fixes bug that caused Resource files to produce in the wrong folder for Linux and Win32 deployments

Is there an open issue that this resolves? If so, please link it here. Nope

What is the current behavior? (You can also link to an open issue here) The generator expression causes Resources folder to be produced inline with the individual samples' parent folders instead of inside them.

What is the new behavior (if this is a feature change)? The folder correctly produces inside the samples' folders

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?) Nope

Other information: N/A