Skip to content

Commit 7aa1d31

Browse files
committed
Upgrade to v2.2.1
问题修复。(2.2.0.1无法激活任何版本系统) Bug fixed. ( Cannot be activated any system edition in 2.2.0.1. )
1 parent 72eba67 commit 7aa1d31

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CMWTAT_DIGITAL/MainWindow.xaml.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ private void RunAct()
774774
}));
775775

776776
Wow64EnableWow64FsRedirection(false);//关闭文件重定向
777-
RunCMD(Environment.SystemDirectory + @"\ClipUp.exe -v -o -altto " + System.AppDomain.CurrentDomain.BaseDirectory);
777+
RunCMD(Environment.SystemDirectory + @"\ClipUp.exe -v -o -altto " + tempfile);
778778

779779
actbtn.Dispatcher.Invoke(new Action(() =>
780780
{
Binary file not shown.

0 commit comments

Comments
 (0)