Skip to content

Commit

Permalink
I'm McLovin' it
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTheMan827 authored Jan 8, 2025
1 parent b40cc42 commit ecc9889
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "QPM",
"image": "ghcr.io/dantheman827/qpm-docker:master",
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"username": "codespace",
"userUid": "1000",
"userGid": "1000",
"installZsh": false,
"installOhMyZsh": false,
"installOhMyZshConfig": false,
"upgradePackages": false
}
},
"remoteUser": "codespace",
"containerUser": "codespace",
"onCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
"postCreateCommand": "qpm restore"
}
Binary file added cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion mod.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"_QPVersion": "0.1.1",
"name": "${mod_name}",
"id": "${mod_id}",
"coverImage": "cover.png",
"author": "DanTheMan827",
"version": "0.1.0",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.40.0_2229",
"description": "Sets the player age to an adult when the game fails to run the check.",
"dependencies": [],
"modFiles": ["${binary}"],

"libraryFiles": [],
"fileCopies": []
}

0 comments on commit ecc9889

Please sign in to comment.