mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 20:52:44 +01:00
Move gpl.txt in repository root.
This commit is contained in:
parent
8a4013cb86
commit
96b001037f
@ -90,7 +90,7 @@ IF NOT EXIST "temp_zip\Tesseract" MD "temp_zip\Tesseract"
|
|||||||
IF NOT EXIST "temp_zip\Tesseract\tessdata" MD "temp_zip\Tesseract\tessdata"
|
IF NOT EXIST "temp_zip\Tesseract\tessdata" MD "temp_zip\Tesseract\tessdata"
|
||||||
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\"
|
||||||
|
@ -91,7 +91,7 @@ VersionInfoProductTextVersion={#app_ver_full}
|
|||||||
VersionInfoTextVersion={#app_ver_full}
|
VersionInfoTextVersion={#app_ver_full}
|
||||||
VersionInfoVersion={#app_ver_full}
|
VersionInfoVersion={#app_ver_full}
|
||||||
MinVersion=5.1
|
MinVersion=5.1
|
||||||
LicenseFile=..\src\gpl.txt
|
LicenseFile=..\gpl.txt
|
||||||
InfoAfterFile=..\src\Changelog.txt
|
InfoAfterFile=..\src\Changelog.txt
|
||||||
SetupIconFile=..\src\Icons\SE.ico
|
SetupIconFile=..\src\Icons\SE.ico
|
||||||
WizardImageFile=Icons\WizardImageFile.bmp
|
WizardImageFile=Icons\WizardImageFile.bmp
|
||||||
@ -250,7 +250,7 @@ Source: {#bindir}\Languages\zh-tw.xml; DestDir: {app}\Languages;
|
|||||||
Source: {#bindir}\NHunspell.dll; DestDir: {app}; Flags: ignoreversion; Components: main
|
Source: {#bindir}\NHunspell.dll; DestDir: {app}; Flags: ignoreversion; Components: main
|
||||||
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: ..\src\Changelog.txt; DestDir: {app}; Flags: ignoreversion; Components: main
|
||||||
Source: ..\src\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
|
||||||
Source: ..\Tesseract\tessdata\configs\hocr; DestDir: {app}\Tesseract\tessdata\configs; Flags: ignoreversion; Components: main
|
Source: ..\Tesseract\tessdata\configs\hocr; DestDir: {app}\Tesseract\tessdata\configs; Flags: ignoreversion; Components: main
|
||||||
|
@ -1649,7 +1649,7 @@
|
|||||||
<None Include="DLLs\Interop.QuartzTypeLib.dll" />
|
<None Include="DLLs\Interop.QuartzTypeLib.dll" />
|
||||||
<None Include="DLLs\NHunspell.dll" />
|
<None Include="DLLs\NHunspell.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" />
|
||||||
<EmbeddedResource Include="Controls\VideoPlayerContainer.resx">
|
<EmbeddedResource Include="Controls\VideoPlayerContainer.resx">
|
||||||
|
Loading…
Reference in New Issue
Block a user