AdmiralNyar / Satasupe-FoundryVTT

Simple Satasupe system for FoundryVTT
GNU General Public License v3.0
2 stars 0 forks source link

System.json esmodules includes capitalized file of Satasupe.js which breaks on linux #24

Closed Alarich closed 3 years ago

Alarich commented 3 years ago

Hey there!

This game system cannot be loaded on Linux environments because the esmodules call does not match the actual file path. In system.json:

"esmodules": ["module/Satasupe.js"],

Actual path:

module/satasupe.js

Please fix the capitalization.

AdmiralNyar commented 3 years ago

Oh... I wasn't aware of that.

I fixed it. I appreciate your help resolving the problem.