mirror of
https://gitlab.com/cleanflash/installer.git
synced 2026-08-13 02:41:38 +08:00
cleanflash: Update to 34.0.0.282
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user