Move Changelog.txt in root dir.

It makes more sense to have it there so that's easier to see.
This commit is contained in:
XhmikosR 2014-06-30 11:23:40 +03:00
parent af5090e102
commit 31d8bf46fa
5 changed files with 956 additions and 956 deletions

File diff suppressed because it is too large Load Diff

View File

@ -90,7 +90,7 @@ IF NOT EXIST "temp_zip\Tesseract\tessdata" MD "temp_zip\Tesseract\tessda
IF NOT EXIST "temp_zip\Tesseract\tessdata\configs" MD "temp_zip\Tesseract\tessdata\configs"
COPY /Y /V "..\..\..\gpl.txt" "temp_zip\"
COPY /Y /V "..\..\Changelog.txt" "temp_zip\"
COPY /Y /V "..\..\..\Changelog.txt" "temp_zip\"
COPY /Y /V "Interop.QuartzTypeLib.dll" "temp_zip\"
COPY /Y /V "Hunspellx86.dll" "temp_zip\"
COPY /Y /V "Hunspellx64.dll" "temp_zip\"

View File

@ -89,7 +89,7 @@ DefaultGroupName=Subtitle Edit
VersionInfoVersion={#app_ver_full}
MinVersion=5.1
LicenseFile=..\gpl.txt
InfoAfterFile=..\src\Changelog.txt
InfoAfterFile=..\Changelog.txt
SetupIconFile=..\src\Icons\SE.ico
WizardImageFile=Icons\WizardImageFile.bmp
WizardSmallImageFile=Icons\WizardSmallImageFile.bmp
@ -247,7 +247,7 @@ Source: {#bindir}\Languages\zh-tw.xml; DestDir: {app}\Languages;
#endif
Source: {#bindir}\SubtitleEdit.exe; DestDir: {app}; Flags: ignoreversion; Components: main
Source: ..\src\Changelog.txt; DestDir: {app}; Flags: ignoreversion; Components: main
Source: ..\Changelog.txt; DestDir: {app}; Flags: ignoreversion; Components: main
Source: ..\gpl.txt; DestDir: {app}; Flags: ignoreversion; Components: main
Source: ..\Tesseract\msvcp90.dll; DestDir: {app}\Tesseract; Flags: ignoreversion; Components: main
Source: ..\Tesseract\msvcr90.dll; DestDir: {app}\Tesseract; Flags: ignoreversion; Components: main

View File

@ -10,10 +10,10 @@ namespace Nikse.SubtitleEdit.Logic.Forms
{
private static Regex regex = new Regex(@"\d\.\d", RegexOptions.Compiled); // 3.4.0 (xth June 2014)
// private const string ReleasesUrl = "https://api.github.com/repos/SubtitleEdit/subtitleedit/releases";
private const string ChangeLogUrl = "https://raw.githubusercontent.com/SubtitleEdit/subtitleedit/master/src/Changelog.txt";
//private const string ReleasesUrl = "https://api.github.com/repos/SubtitleEdit/subtitleedit/releases";
private const string ChangeLogUrl = "https://raw.githubusercontent.com/SubtitleEdit/subtitleedit/master/Changelog.txt";
// private string _jsonReleases;
//private string _jsonReleases;
private string _changeLog;
private int _successCount;

View File

@ -1702,7 +1702,7 @@
<None Include="Resources\pictureBoxNoFS.Image.png" />
<None Include="Web References\SeNetworkService\SeService.disco" />
<None Include="DLLs\Interop.QuartzTypeLib.dll" />
<Content Include="Changelog.txt" />
<Content Include="..\Changelog.txt" />
<Content Include="..\gpl.txt" />
<None Include="Dlls\Hunspellx64.dll" />
<None Include="Dlls\Hunspellx86.dll" />