Skip to content

Commit

Permalink
64位
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgramCX committed Aug 16, 2024
1 parent f4a42ab commit c1b4a76
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 13 deletions.
4 changes: 2 additions & 2 deletions src/Setup/setup/install.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public install(string loc)
NavigationService.Navigate(new finish());
});
creatShortcut(loc, "SecondDownloader", "Uninstall","Pinsoft\\SecondDownloader");
addRegForUnistall(loc, "SecondDownloader", "Uninstall", "Pinsoft Studio organisation.冰软工作室", "1.0.0.0");
addRegForUnistall(loc, "SecondDownloader", "Uninstall", "Pinsoft Studio organisation.冰软工作室", "1.0.0.1");

File.Delete(Path.Combine(loc, "tmp.zip"));
Process.Start(Path.Combine(loc, "SecondDownloader.exe"));
Expand All @@ -261,7 +261,7 @@ public install(string loc)
using (RegistryKey baseKey = RegistryKey.OpenBaseKey(RegistryHive.LocalMachine, useRegistryView))
using (RegistryKey subKey = baseKey.CreateSubKey("SOFTWARE\\Pinsoft\\SecondDownloader", true))
{
subKey.SetValue("Version", "v." + "1.0.0.0");
subKey.SetValue("Version", "v." + "1.0.0.1");
}

TaskService ts = new TaskService();
Expand Down
2 changes: 1 addition & 1 deletion src/Update/Update/Update.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x64</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Update/Update/obj/Release/Update_MarkupCompile.i.cache
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ E:\Document\Projects\SecondDownloader\src\Update\Update\App.xaml
17-1258070050
CheckForUpdate.xaml;Finished.xaml;MainWindow.xaml;NoNeed.xaml;UpdateInformation.xaml;Updating.xaml;

True
False

9 changes: 0 additions & 9 deletions src/Update/Update/obj/Release/Update_MarkupCompile.i.lref

This file was deleted.

0 comments on commit c1b4a76

Please sign in to comment.