Add legacy toolbar icon theme
BIN
Icons/Old/AssaAttachments.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
Icons/Old/AssaDraw.png
Normal file
After Width: | Height: | Size: 654 B |
BIN
Icons/Old/AssaProperties.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
Icons/Old/AssaStyle.png
Normal file
After Width: | Height: | Size: 1021 B |
BIN
Icons/Old/BurnIn.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
Icons/Old/EbuProperties.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
Icons/Old/Find.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
Icons/Old/FixCommonErrors.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
Icons/Old/Help.png
Normal file
After Width: | Height: | Size: 892 B |
BIN
Icons/Old/IttProperties.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
Icons/Old/Netflix.png
Normal file
After Width: | Height: | Size: 836 B |
BIN
Icons/Old/New.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
Icons/Old/Open.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
Icons/Old/RemoveTextForHI.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
Icons/Old/Replace.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
Icons/Old/Save.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
Icons/Old/SaveAs.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
Icons/Old/Settings.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
Icons/Old/SourceView.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
Icons/Old/SpellCheck.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
Icons/Old/VideoToggle.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
Icons/Old/VisualSync.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
Icons/Old/WaveformToggle.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
Icons/Old/WebVttProperties.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
@ -190,6 +190,7 @@ IF NOT EXIST "temp_zip\Tesseract302" MD "temp_zip\Tesseract302"
|
|||||||
IF NOT EXIST "temp_zip\Icons" MD "temp_zip\Icons"
|
IF NOT EXIST "temp_zip\Icons" MD "temp_zip\Icons"
|
||||||
IF NOT EXIST "temp_zip\Icons\DefaultTheme" MD "temp_zip\Icons\DefaultTheme"
|
IF NOT EXIST "temp_zip\Icons\DefaultTheme" MD "temp_zip\Icons\DefaultTheme"
|
||||||
IF NOT EXIST "temp_zip\Icons\DarkTheme" MD "temp_zip\Icons\DarkTheme"
|
IF NOT EXIST "temp_zip\Icons\DarkTheme" MD "temp_zip\Icons\DarkTheme"
|
||||||
|
IF NOT EXIST "temp_zip\Icons\Legacy" MD "temp_zip\Icons\Legacy"
|
||||||
|
|
||||||
ECHO.
|
ECHO.
|
||||||
COPY /Y /V "..\..\..\..\LICENSE.txt" "temp_zip\"
|
COPY /Y /V "..\..\..\..\LICENSE.txt" "temp_zip\"
|
||||||
@ -218,6 +219,7 @@ XCOPY /Y /V "..\..\..\..\Tesseract302\*.*" "temp_zip\Tesseract302\" /S
|
|||||||
COPY /Y /V "..\..\..\..\Icons\*.ico" "temp_zip\Icons\"
|
COPY /Y /V "..\..\..\..\Icons\*.ico" "temp_zip\Icons\"
|
||||||
COPY /Y /V "..\..\..\..\Icons\DefaultTheme\*.png" "temp_zip\Icons\DefaultTheme"
|
COPY /Y /V "..\..\..\..\Icons\DefaultTheme\*.png" "temp_zip\Icons\DefaultTheme"
|
||||||
COPY /Y /V "..\..\..\..\Icons\DarkTheme\*.png" "temp_zip\Icons\DarkTheme"
|
COPY /Y /V "..\..\..\..\Icons\DarkTheme\*.png" "temp_zip\Icons\DarkTheme"
|
||||||
|
COPY /Y /V "..\..\..\..\Icons\Legacy\*.png" "temp_zip\Icons\Legacy"
|
||||||
|
|
||||||
PUSHD "temp_zip"
|
PUSHD "temp_zip"
|
||||||
START "" /B /WAIT "%SEVENZIP%" a -tzip -mx=9 "SubtitleEdit-%VERSION%.zip" * >NUL
|
START "" /B /WAIT "%SEVENZIP%" a -tzip -mx=9 "SubtitleEdit-%VERSION%.zip" * >NUL
|
||||||
|
@ -164,6 +164,7 @@ IF NOT EXIST "temp_zip\Tesseract302" MD "temp_zip\Tesseract302"
|
|||||||
IF NOT EXIST "temp_zip\Icons" MD "temp_zip\Icons"
|
IF NOT EXIST "temp_zip\Icons" MD "temp_zip\Icons"
|
||||||
IF NOT EXIST "temp_zip\Icons\DefaultTheme" MD "temp_zip\Icons\DefaultTheme"
|
IF NOT EXIST "temp_zip\Icons\DefaultTheme" MD "temp_zip\Icons\DefaultTheme"
|
||||||
IF NOT EXIST "temp_zip\Icons\DarkTheme" MD "temp_zip\Icons\DarkTheme"
|
IF NOT EXIST "temp_zip\Icons\DarkTheme" MD "temp_zip\Icons\DarkTheme"
|
||||||
|
IF NOT EXIST "temp_zip\Icons\Legacy" MD "temp_zip\Icons\Legacy"
|
||||||
|
|
||||||
ECHO.
|
ECHO.
|
||||||
COPY /Y /V "..\..\..\..\LICENSE.txt" "temp_zip\"
|
COPY /Y /V "..\..\..\..\LICENSE.txt" "temp_zip\"
|
||||||
@ -192,6 +193,7 @@ XCOPY /Y /V "..\..\..\..\Tesseract302\*.*" "temp_zip\Tesseract302\" /S
|
|||||||
COPY /Y /V "..\..\..\..\Icons\*.ico" "temp_zip\Icons\"
|
COPY /Y /V "..\..\..\..\Icons\*.ico" "temp_zip\Icons\"
|
||||||
COPY /Y /V "..\..\..\..\Icons\DefaultTheme\*.png" "temp_zip\Icons\DefaultTheme"
|
COPY /Y /V "..\..\..\..\Icons\DefaultTheme\*.png" "temp_zip\Icons\DefaultTheme"
|
||||||
COPY /Y /V "..\..\..\..\Icons\DarkTheme\*.png" "temp_zip\Icons\DarkTheme"
|
COPY /Y /V "..\..\..\..\Icons\DarkTheme\*.png" "temp_zip\Icons\DarkTheme"
|
||||||
|
COPY /Y /V "..\..\..\..\Icons\Legacy\*.png" "temp_zip\Icons\Legacy"
|
||||||
|
|
||||||
PUSHD "temp_zip"
|
PUSHD "temp_zip"
|
||||||
START "" /B /WAIT "%SEVENZIP%" a -tzip -mx=9 "SubtitleEditBeta.zip" * >NUL
|
START "" /B /WAIT "%SEVENZIP%" a -tzip -mx=9 "SubtitleEditBeta.zip" * >NUL
|
||||||
|