mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-21 10:42:35 +01:00
[LICENSE] - Rename gpl => LICENSE.
This commit is contained in:
parent
822c917a4c
commit
aaae3d4277
@ -94,7 +94,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\configs" MD "temp_zip\Tesseract\tessdata\configs"
|
||||
|
||||
COPY /Y /V "..\..\..\gpl.txt" "temp_zip\"
|
||||
COPY /Y /V "..\..\..\LICENSE.txt" "temp_zip\"
|
||||
COPY /Y /V "..\..\..\Changelog.txt" "temp_zip\"
|
||||
COPY /Y /V "Hunspellx86.dll" "temp_zip\"
|
||||
COPY /Y /V "Hunspellx64.dll" "temp_zip\"
|
||||
|
@ -89,7 +89,7 @@ DefaultDirName={pf}\Subtitle Edit
|
||||
DefaultGroupName=Subtitle Edit
|
||||
VersionInfoVersion={#app_ver_full}
|
||||
MinVersion=5.1
|
||||
LicenseFile=..\gpl.txt
|
||||
LicenseFile=..\LICENSE.txt
|
||||
InfoAfterFile=..\Changelog.txt
|
||||
SetupIconFile=..\src\Icons\SE.ico
|
||||
WizardImageFile=Icons\WizardImageFile.bmp
|
||||
|
@ -1475,7 +1475,7 @@
|
||||
<None Include="Web References\SeNetworkService\SeService.disco" />
|
||||
<None Include="DLLs\Interop.QuartzTypeLib.dll" />
|
||||
<Content Include="..\Changelog.txt" />
|
||||
<Content Include="..\gpl.txt" />
|
||||
<Content Include="..\LICENSE.txt" />
|
||||
<EmbeddedResource Include="Controls\VideoPlayerContainer.resx">
|
||||
<DependentUpon>VideoPlayerContainer.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
|
Loading…
Reference in New Issue
Block a user