Skip to content

Commit

Permalink
Published release
Browse files Browse the repository at this point in the history
  • Loading branch information
LaughingLeader committed Jul 5, 2021
1 parent faf3d45 commit 573c842
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion GUI/ViewModels/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,6 @@ private void SetGamePathways(string currentGameDataPath)
}
string larianDocumentsFolder = Path.Combine(documentsFolder, AppSettings.DefaultPathways.DocumentsGameFolder);


PathwayData.LarianDocumentsFolder = larianDocumentsFolder;
DivinityApp.Log($"Larian documents folder set to '{larianDocumentsFolder}'.");
if (!Directory.Exists(larianDocumentsFolder))
Expand Down
2 changes: 1 addition & 1 deletion Update.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.9.2.1</version>
<version>1.10.0.0</version>
<url>https://github.com/LaughingLeader-DOS2-Mods/DivinityModManager/releases/latest/download/DivinityModManager_Latest.zip</url>
<changelog>https://github.com/LaughingLeader-DOS2-Mods/DivinityModManager/wiki/Changelog</changelog>
<mandatory>false</mandatory>
Expand Down

0 comments on commit 573c842

Please sign in to comment.