Skip to content

Commit

Permalink
Fix version and mod.template.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev committed Jun 27, 2024
1 parent ae1036a commit 461402c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
3 changes: 2 additions & 1 deletion mod.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
"packageVersion": "1.37.0_9064817954",
"description": "Colors!",
"modFiles": [],
"lateModFiles": ["${binary}"],
"dependencies": [],
"libraryFiles": [],
"fileCopies": [],
"copyExtensions": []
}
}
8 changes: 5 additions & 3 deletions qpm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.2",
"version": "0.4.0",
"sharedDir": "shared",
"dependenciesDir": "extern",
"info": {
Expand Down Expand Up @@ -99,8 +99,10 @@
},
{
"id": "scotland2",
"versionRange": "*",
"additionalData": {}
"versionRange": "^0.1.0",
"additionalData": {
"includeQmod": false
}
},
{
"id": "libil2cpp",
Expand Down
8 changes: 5 additions & 3 deletions qpm.shared.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"config": {
"version": "0.1.0",
"version": "0.4.0",
"sharedDir": "shared",
"dependenciesDir": "extern",
"info": {
Expand Down Expand Up @@ -100,8 +100,10 @@
},
{
"id": "scotland2",
"versionRange": "*",
"additionalData": {}
"versionRange": "^0.1.0",
"additionalData": {
"includeQmod": false
}
},
{
"id": "libil2cpp",
Expand Down

0 comments on commit 461402c

Please sign in to comment.