cleanflash: Update to 34.0.0.282

This commit is contained in:
darktohka
2023-03-07 23:35:56 +02:00
parent d2707e3e7e
commit 2a9a812715
7 changed files with 42 additions and 41 deletions
@@ -10,11 +10,11 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
<ApplicationIcon>icon.ico</ApplicationIcon>
<StartupObject></StartupObject>
<Product>Clean Flash Player 34.0.0.267 Uninstaller</Product>
<AssemblyTitle>Clean Flash Player 34.0.0.267 Uninstaller</AssemblyTitle>
<FileVersion>34.0.0.267</FileVersion>
<AssemblyVersion>34.0.0.267</AssemblyVersion>
<Version>34.0.0.267</Version>
<Product>Clean Flash Player 34.0.0.282 Uninstaller</Product>
<AssemblyTitle>Clean Flash Player 34.0.0.282 Uninstaller</AssemblyTitle>
<FileVersion>34.0.0.282</FileVersion>
<AssemblyVersion>34.0.0.282</AssemblyVersion>
<Version>34.0.0.282</Version>
<Authors>FlashPatch Team</Authors>
<Company>FlashPatch Team</Company>
</PropertyGroup>
+1 -5
View File
@@ -114,11 +114,7 @@ namespace CleanFlashUninstaller {
}
private void completeLabel_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) {
if (e.Link.Start == 212) {
Process.Start("https://classic.waterfox.net");
} else {
Process.Start("https://gitlab.com/cleanflash/installer#clean-flash-player");
}
Process.Start("https://gitlab.com/cleanflash/installer#clean-flash-player");
}
private void copyErrorButton_Click(object sender, EventArgs e) {