From cab01bc5124d6d9ca14f2ab6dcfcfc77cb27a780 Mon Sep 17 00:00:00 2001 From: WBHarry <89362246+WBHarry@users.noreply.github.com> Date: Thu, 24 Jul 2025 23:59:10 +0200 Subject: [PATCH] Added DPCGL License under src/packs. Made sure it's packaged along with system releases under packs/ (#401) --- .github/workflows/deploy.yml | 4 +++- src/packs/LICENSE | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 src/packs/LICENSE diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2c6ec7e9..ca744ed5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/src/packs/LICENSE b/src/packs/LICENSE new file mode 100644 index 00000000..9a2a5c9f --- /dev/null +++ b/src/packs/LICENSE @@ -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. \ No newline at end of file