OxygenFramework / Oxygen.jl

💨 A breath of fresh air for programming web apps in Julia
https://oxygenframework.github.io/Oxygen.jl/
MIT License
383 stars 25 forks source link

bugfix/relocatability-fix #185

Closed ndortega closed 2 months ago

ndortega commented 2 months ago

added a new PACKAGE_DIR const using the @path macro from RelocatableFolders Related: #184

ndortega commented 2 months ago

@JanisErdmanis Try this branch out and let me know if this fixes your issue.

JanisErdmanis commented 2 months ago

I can report that this solves the issue. Though the testing is a bit indirect since I need to add the Oxygen to the project since otherwise it get's resolved from registry.

It would be great if you could bump a minor release with this change here, so I could confirm this with a direct test.

ndortega commented 2 months ago

@JanisErdmanis It's published under v1.5.5, let me know if it's working as expected

JanisErdmanis commented 2 months ago

Works as expected