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

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" IF NOT EXIST "temp_zip\Tesseract\tessdata\configs" MD "temp_zip\Tesseract\tessdata\configs"
COPY /Y /V "..\..\..\gpl.txt" "temp_zip\" 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 "Interop.QuartzTypeLib.dll" "temp_zip\"
COPY /Y /V "Hunspellx86.dll" "temp_zip\" COPY /Y /V "Hunspellx86.dll" "temp_zip\"
COPY /Y /V "Hunspellx64.dll" "temp_zip\" COPY /Y /V "Hunspellx64.dll" "temp_zip\"

View File

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

View File

@ -11,7 +11,7 @@ namespace Nikse.SubtitleEdit.Logic.Forms
private static Regex regex = new Regex(@"\d\.\d", RegexOptions.Compiled); // 3.4.0 (xth June 2014) 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 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 ChangeLogUrl = "https://raw.githubusercontent.com/SubtitleEdit/subtitleedit/master/Changelog.txt";
//private string _jsonReleases; //private string _jsonReleases;
private string _changeLog; private string _changeLog;

View File

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