version: Update to 34.0.0.184, merge Debug and Release versions into one installer, use aggressive compression, install Legacy ActiveX on old systems

This commit is contained in:
Daniel
2021-08-22 19:18:13 +03:00
parent 5b374708c5
commit ede6826dc4
15 changed files with 390 additions and 272 deletions
@@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Clean Flash Player 34.0.0.175 Uninstaller")]
[assembly: AssemblyTitle("Clean Flash Player 34.0.0.184 Uninstaller")]
[assembly: AssemblyDescription("The newest version of Flash Player, patched and ready to go beyond 2021.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("FlashPatch Team")]
[assembly: AssemblyProduct("Clean Flash Player 34.0.0.175 Uninstaller")]
[assembly: AssemblyProduct("Clean Flash Player 34.0.0.184 Uninstaller")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("34.0.0.175")]
[assembly: AssemblyFileVersion("34.0.0.175")]
[assembly: AssemblyVersion("34.0.0.184")]
[assembly: AssemblyFileVersion("34.0.0.184")]
+1 -1
View File
@@ -115,7 +115,7 @@ namespace CleanFlashUninstaller {
private void completeLabel_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) {
if (e.Link.Start == 212) {
Process.Start("https://www.basilisk-browser.org");
Process.Start("https://waterfox.net");
} else {
Process.Start("https://cleanflash.github.io");
}