1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-31 07:26:09 +00:00

Version UWP

This commit is contained in:
Yan Maniez 2018-10-14 18:59:22 +02:00
parent 0f6c47f2da
commit ac9a066ff6
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ namespace AideDeJeu.UWP
if (!File.Exists(path))
{
var assembly = typeof(Version_UWP).GetTypeInfo().Assembly;
using (var inStream = assembly.GetManifestResourceStream("AideDeJeu.UWP.Assets." + databaseName))
using (var inStream = assembly.GetManifestResourceStream("AideDeJeu.UWP." + databaseName))
{
using (var outStream = new FileStream(path, FileMode.Create))
{