diff --git a/Installer/Installer-SetupFiles/Installer.msi b/Installer/Installer-SetupFiles/Installer.msi index aab3680..42e663b 100644 Binary files a/Installer/Installer-SetupFiles/Installer.msi and b/Installer/Installer-SetupFiles/Installer.msi differ diff --git a/Installer/Installer-cache/cacheIndex.txt b/Installer/Installer-cache/cacheIndex.txt index a603ff0..1a2038c 100644 Binary files a/Installer/Installer-cache/cacheIndex.txt and b/Installer/Installer-cache/cacheIndex.txt differ diff --git a/Installer/Installer.aip b/Installer/Installer.aip index bbb8725..b8d8774 100644 --- a/Installer/Installer.aip +++ b/Installer/Installer.aip @@ -9,8 +9,8 @@ - - + + @@ -22,10 +22,10 @@ - + - + diff --git a/Video2x/MainWindow.xaml b/Video2x/MainWindow.xaml index 96c6dcc..b5d103f 100644 --- a/Video2x/MainWindow.xaml +++ b/Video2x/MainWindow.xaml @@ -5,7 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:Video2x" mc:Ignorable="d" - Title="Video2x 1.0.7" Height="450" Width="800"> + Title="Video2x 1.0.8" Height="450" Width="800"> diff --git a/Video2x/MainWindow.xaml.cs b/Video2x/MainWindow.xaml.cs index 6efdb7d..539b2d7 100644 --- a/Video2x/MainWindow.xaml.cs +++ b/Video2x/MainWindow.xaml.cs @@ -52,7 +52,7 @@ private void Button_Click(object sender, RoutedEventArgs e) private void Save_button_Click(object sender, RoutedEventArgs e) { Microsoft.Win32.SaveFileDialog saveFileDialog = new Microsoft.Win32.SaveFileDialog { - Filter = "mp4|*.mp4" + Filter = "mp4|*.mp4"+"|all files|*.*" }; saveFileDialog.ShowDialog();