RPTools / maptool

Virtual Tabletop for playing roleplaying games with remote players or face to face.
http://rptools.net
GNU Affero General Public License v3.0
787 stars 259 forks source link

Fix themes, default property sets not being installed correctly #4884

Closed cwisniew closed 3 weeks ago

cwisniew commented 4 weeks ago

Identify the Bug or Feature request

Fixes #4881

Description of the Change

Values returned by deprecated reflections API have changed. This resulted in none of the files being pulled correctly via reflection for resources being copied.

Possible Drawbacks

This is still not perfect as new resources wont be copied if added due to the checks done, we will need to fix this at some point.


This change is Reviewable