Change file name of downloaded update installer.
This commit is contained in:
		@@ -33,5 +33,14 @@ namespace zaaReloaded2.Updater
 | 
				
			|||||||
        {
 | 
					        {
 | 
				
			||||||
            return new Uri(Properties.Settings.Default.VersionInfoFile);
 | 
					            return new Uri(Properties.Settings.Default.VersionInfoFile);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        protected override string BuildDestinationFileName()
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            return System.IO.Path.Combine(
 | 
				
			||||||
 | 
					                DestinationFolder,
 | 
				
			||||||
 | 
					                DownloadUri.ToString().Split('/').Last()
 | 
				
			||||||
 | 
					                );
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user