Added DPCGL License under src/packs. Made sure it's packaged along with system releases under packs/ (#401)

This commit is contained in:
WBHarry 2025-07-24 23:59:10 +02:00 committed by GitHub
parent 6301e575e3
commit cab01bc512
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View file

@ -14,7 +14,9 @@ jobs:
run: npm ci
- name: Build Packs
run: npm run pullYMLtoLDB
run: |
npm run pullYMLtoLDB
mv --force src/packs/LICENSE packs/LICENSE
- name: Build daggerheart.js
run: npm run build

7
src/packs/LICENSE Normal file
View file

@ -0,0 +1,7 @@
This product includes materials from the
Daggerheart System Reference Document 1.0, ©
Critical Role, LLC. under the terms of the
Darrington Press Community Gaming (DPCGL)
License. More information can be found at
https://www.daggerheart.com/. There are no
previous modifications by others.