Skip to content

Commit

Permalink
Git addons now use the repo name as a base folder so as to avoid plac…
Browse files Browse the repository at this point in the history
…ing the files in the addon dir
  • Loading branch information
Goomii authored and Goomii committed Jan 22, 2016
1 parent 5acebd3 commit 8b869a1
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Meldii/ClassDiagram1.cd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram />
1 change: 1 addition & 0 deletions Meldii/Meldii.AddonProviders/GitRepository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down
Binary file added Meldii/Resources/Ionic.Zip.dll
Binary file not shown.
Binary file added Meldii/Resources/MahApps.Metro.dll
Binary file not shown.
Binary file added Meldii/Resources/System.Windows.Interactivity.dll
Binary file not shown.
Binary file modified Release/Meldii.exe
Binary file not shown.

0 comments on commit 8b869a1

Please sign in to comment.