diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f570ce5..ee3a16d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,6 +70,7 @@ jobs: - name: Build run: | cd ${GITHUB_WORKSPACE} + ./QPM/qpm qmod build pwsh -Command ./build.ps1 - name: Create Qmod run: | diff --git a/mod.template.json b/mod.template.json index 28f3163..2dfd590 100644 --- a/mod.template.json +++ b/mod.template.json @@ -10,7 +10,9 @@ "coverImage": "", "description": "Adds a history tab that displays the most recently played maps", "dependencies": [], - "modFiles": [], + "modFiles": [ + "libRecentlyPlayed.so" + ], "libraryFiles": [], "fileCopies": [] } \ No newline at end of file