Skip to content

Commit

Permalink
Maybe qpm needs the explicit mod file in the template?
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatenshi committed Dec 9, 2023
1 parent 7181845 commit dba864b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
- name: Build
run: |
cd ${GITHUB_WORKSPACE}
./QPM/qpm qmod build
pwsh -Command ./build.ps1
- name: Create Qmod
run: |
Expand Down
4 changes: 3 additions & 1 deletion mod.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"coverImage": "",
"description": "Adds a history tab that displays the most recently played maps",
"dependencies": [],
"modFiles": [],
"modFiles": [
"libRecentlyPlayed.so"
],
"libraryFiles": [],
"fileCopies": []
}

0 comments on commit dba864b

Please sign in to comment.