Skip to content

Commit 0b77f81

Browse files
fix: fix framework for 2.10.x
1 parent 6f8b06b commit 0b77f81

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

BetterNCMII.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<PostBuildEvent>
117117
<Command>taskkill /f /im cloudmusic.exe &gt; nul
118118
ping localhost -n 2 &gt; nul
119-
copy "$(TargetDir)BetterNCMII.dll" "C:\Program Files (x86)\Netease\CloudMusic\msimg32.dll" /y</Command>
119+
copy "$(TargetDir)BetterNCMII.dll" "J:\Program Files\NetEase\CloudMusicOld\msimg32.dll" /y</Command>
120120
</PostBuildEvent>
121121
<PreBuildEvent>
122122
<Command>cd /D $(SolutionDir)/src/js-framework

src/App.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ using namespace util;
1212

1313
namespace fs = std::filesystem;
1414

15-
const std::string version = "1.2.1";
15+
const std::string version = "1.2.3";
1616

1717
extern BNString datapath;
1818

0 commit comments

Comments
 (0)