diff --git a/Meldii/ClassDiagram1.cd b/Meldii/ClassDiagram1.cd new file mode 100644 index 0000000..7b89419 --- /dev/null +++ b/Meldii/ClassDiagram1.cd @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Meldii/Meldii.AddonProviders/GitRepository.cs b/Meldii/Meldii.AddonProviders/GitRepository.cs index 2246d04..b437056 100644 --- a/Meldii/Meldii.AddonProviders/GitRepository.cs +++ b/Meldii/Meldii.AddonProviders/GitRepository.cs @@ -134,6 +134,7 @@ private void DownloadAddon() { string[] split = rPath.Split(new char[] { '\\', '/' }); string zipPath = split.Length == 1 ? "" : string.Join("\\", split, 0, split.Length - 1); + zipPath = info.repoName + "\\" + zipPath; zip.AddFile(file, zipPath); } diff --git a/Meldii/Resources/Ionic.Zip.dll b/Meldii/Resources/Ionic.Zip.dll new file mode 100644 index 0000000..c15d937 Binary files /dev/null and b/Meldii/Resources/Ionic.Zip.dll differ diff --git a/Meldii/Resources/MahApps.Metro.dll b/Meldii/Resources/MahApps.Metro.dll new file mode 100644 index 0000000..90fb354 Binary files /dev/null and b/Meldii/Resources/MahApps.Metro.dll differ diff --git a/Meldii/Resources/System.Windows.Interactivity.dll b/Meldii/Resources/System.Windows.Interactivity.dll new file mode 100644 index 0000000..931c744 Binary files /dev/null and b/Meldii/Resources/System.Windows.Interactivity.dll differ diff --git a/Release/Meldii.exe b/Release/Meldii.exe index 4303ecf..318f552 100644 Binary files a/Release/Meldii.exe and b/Release/Meldii.exe differ