Skip to content

Commit

Permalink
Fix template for qpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Metalit committed Jan 23, 2024
1 parent 129accf commit 950097f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,6 @@ cmake-build-*/
extern.cmake

# QMOD Schema
mod.json.schema
mod.json.schema

.cache/
5 changes: 4 additions & 1 deletion mod.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@
"id": "${mod_id}",
"author": "Metalit",
"version": "${version}",
"modloader": "QuestLoader",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.28.0_4124311467",
"description": "Watch back your best scores!",
"dependencies": [],
"modFiles": [],
"modFiles": [
"${binary}"
],
"libraryFiles": [],
"fileCopies": []
}

0 comments on commit 950097f

Please sign in to comment.