Version 1.4.223

Small fixes for new update files
This commit is contained in:
jays2kings 2015-01-17 17:50:59 -05:00
parent 1439973204
commit 9fdaaad7da
4 changed files with 4 additions and 3 deletions

View File

@ -90,6 +90,7 @@
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.fr-FR.resx" />
<EmbeddedResource Include="Properties\Resources.es.resx" />
@ -99,7 +100,7 @@
<EmbeddedResource Include="Properties\Resources.ru-RU.resx" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Metal Gear Solid_ Alert %28!%29.wav" />
<None Include="Resources\EE.wav" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

View File

@ -137,7 +137,7 @@
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="EE" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Metal Gear Solid_ Alert (!).wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>..\Resources\EE.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="FoundController" xml:space="preserve">
<value>Found Controller: </value>

View File

@ -353,8 +353,8 @@ namespace DS4Windows
}
}
catch { }
finally { File.Delete(exepath + "\\1.4.22.ds4w"); }
}
File.Delete(exepath + "\\1.4.22.ds4w");
}
}