Skip to content

Commit

Permalink
brh
Browse files Browse the repository at this point in the history
  • Loading branch information
user95401 committed Jul 16, 2024
1 parent 74b7ae0 commit 2d839c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ else()
message(STATUS "Found Geode: $ENV{GEODE_SDK}")
endif()

#my bindings...
# my bindings...
include("$ENV{GEODE_SDK}/cmake/CPM.cmake")
CPMAddPackage(NAME "bindings"
GITHUB_REPOSITORY "user95401/bindings"
Expand Down
2 changes: 1 addition & 1 deletion src/_main.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@ namespace mle_ui {
auto audio_meta_file = audios_meta_path / fmt::format("{}.json", m_audio.m_audioID);
std::ofstream(audio_meta_file) << m_audio.resetJson().dump(matjson::TAB_INDENTATION);
//save music file
fs::copy_file(
fs::copy(
MusicDownloadManager::sharedState()->pathForSong(
findDataNode(refSongInfoLayer, "m_songID")->getTag()
),
Expand Down

0 comments on commit 2d839c1

Please sign in to comment.