Skip to content

Commit

Permalink
forced non readonly when refreshing the log files
Browse files Browse the repository at this point in the history
  • Loading branch information
msarilar committed Jan 7, 2017
1 parent fe40913 commit 9f69b51
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EDEngineer/EDEngineer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>publish.htm</WebPage>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>1.0.4.1</ApplicationVersion>
<ApplicationRevision>2</ApplicationRevision>
<ApplicationVersion>1.0.4.2</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down
4 changes: 4 additions & 0 deletions EDEngineer/Resources/Data/releaseNotes.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[
{
"Version": "1.0.4.2",
"Content": "* Spanish translation update (thanks to @TCAS!)\r\n\r\n* Fixes an issue where the application would not track log updates for some users"
},
{
"Version": "1.0.4.1",
"Content": "* Added new data from latest story arc development (unknown ship signature and unknown wake data)"
Expand Down
1 change: 1 addition & 0 deletions EDEngineer/Utils/System/LogWatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ private void InitPeriodicRefresh()
fileInfos[fileName] = fileInfo;
}

fileInfo.IsReadOnly = false;
fileInfo.Refresh();
}
};
Expand Down

0 comments on commit 9f69b51

Please sign in to comment.