Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Fixed dependency requirement.
  • Loading branch information
Naxrin authored Feb 15, 2024
1 parent 7bc5e22 commit ab88e6c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ endif()
add_subdirectory($ENV{GEODE_SDK} ${CMAKE_CURRENT_BINARY_DIR}/geode)

# Set up dependencies, resources, link Geode
setup_geode_mod(${PROJECT_NAME})
setup_geode_mod(${PROJECT_NAME})
12 changes: 10 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
"gd": "2.204",
"version": "v1.0.0",
"id": "naxrin.transparent",
"name": "Transparent",
"name": "Transparent BG/List",
"developer": "Naxrin",
"description": "\"A mod to remove the blue effect of background image.\""
"description": "\"A mod to remove the blue effect of background image.\"",
"repository":"https://github.com/Naxrin/Transparent-BG-Geode",
"dependencies": [
{
"id": "geode.node-ids",
"version": "v1.0.0"
}

]
}

0 comments on commit ab88e6c

Please sign in to comment.