Skip to content

Commit

Permalink
fix: fix framework for 2.10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroCBer committed Jul 25, 2023
1 parent 6f8b06b commit 0b77f81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BetterNCMII.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<PostBuildEvent>
<Command>taskkill /f /im cloudmusic.exe &gt; nul
ping localhost -n 2 &gt; nul
copy "$(TargetDir)BetterNCMII.dll" "C:\Program Files (x86)\Netease\CloudMusic\msimg32.dll" /y</Command>
copy "$(TargetDir)BetterNCMII.dll" "J:\Program Files\NetEase\CloudMusicOld\msimg32.dll" /y</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>cd /D $(SolutionDir)/src/js-framework
Expand Down
2 changes: 1 addition & 1 deletion src/App.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ using namespace util;

namespace fs = std::filesystem;

const std::string version = "1.2.1";
const std::string version = "1.2.3";

extern BNString datapath;

Expand Down
2 changes: 1 addition & 1 deletion src/js-framework

0 comments on commit 0b77f81

Please sign in to comment.