diff --git a/CMWTAT_DIGITAL/MainWindow.xaml.cs b/CMWTAT_DIGITAL/MainWindow.xaml.cs index 835e21c..05be703 100644 --- a/CMWTAT_DIGITAL/MainWindow.xaml.cs +++ b/CMWTAT_DIGITAL/MainWindow.xaml.cs @@ -774,7 +774,7 @@ namespace CMWTAT_DIGITAL })); Wow64EnableWow64FsRedirection(false);//关闭文件重定向 - RunCMD(Environment.SystemDirectory + @"\ClipUp.exe -v -o -altto " + System.AppDomain.CurrentDomain.BaseDirectory); + RunCMD(Environment.SystemDirectory + @"\ClipUp.exe -v -o -altto " + tempfile); actbtn.Dispatcher.Invoke(new Action(() => { diff --git a/CMWTAT_Digital_Release_2_2_0_1.exe b/CMWTAT_Digital_Release_2_2_1_0.exe similarity index 99% rename from CMWTAT_Digital_Release_2_2_0_1.exe rename to CMWTAT_Digital_Release_2_2_1_0.exe index 05c5699..9358912 100644 Binary files a/CMWTAT_Digital_Release_2_2_0_1.exe and b/CMWTAT_Digital_Release_2_2_1_0.exe differ