File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ if ["%ARCH%"]==["64"] (
1414 SET BINARCH = x64
1515 SET FFMPEG_URL = https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n4.4-latest-win64-gpl-4.4.zip
1616 SET FFMPEG = ffmpeg-n4.4-latest-win64-gpl-4.4.zip
17- SET MEDIAINFO_URL = https://mediaarea.net/download/binary/mediainfo/22.03/MediaInfo_CLI_22.03_Windows_x64 .zip
18- SET MEDIAINFO = MediaInfo_CLI_22.03_Windows_x64 .zip
19- SET GIFSKI_URL = https://gif.ski/gifski-1.6.4 .zip
20- SET GIFSKI = gifski-1.6.4 .zip
17+ SET MEDIAINFO_URL = https://mediaarea.net/download/binary/mediainfo/23.07/MediaInfo_CLI_23.07_Windows_x64 .zip
18+ SET MEDIAINFO = MediaInfo_CLI_23.07_Windows_x64 .zip
19+ SET GIFSKI_URL = https://gif.ski/gifski-1.11.0 .zip
20+ SET GIFSKI = gifski-1.11.0 .zip
2121)
2222:: if ["%ARCH%"]==["32"] (
2323:: SET BINARCH=x86
@@ -58,7 +58,7 @@ C:\Python36\scripts\pyinstaller.exe --clean vidcutter.win%ARCH%.spec
5858
5959if exist " dist\VidCutter_HuskyVer.exe" (
6060 REM ......................add metadata to built Windows binary......................
61- .\verpatch.exe dist\VidCutter_HuskyVer.exe /va %APPVER% .4 /pv %APPVER% .4 /s desc " VidCutter Husky Version" /s name " VidCutter Husky Version" /s copyright " (c) 2022 Husky" /s product " VidCutter %BINARCH% " /s company " husky.dev"
61+ .\verpatch.exe dist\VidCutter_HuskyVer.exe /va %APPVER% .5 /pv %APPVER% .5 /s desc " VidCutter Husky Version" /s name " VidCutter Husky Version" /s copyright " (c) 2022 Husky" /s product " VidCutter %BINARCH% " /s company " husky.dev"
6262
6363 cd ..\pyinstaller
6464)
Original file line number Diff line number Diff line change 2626__email__ = 'pete@ozmartians.com'
2727__website__ = 'http://vidcutter.ozmartians.com'
2828
29- __version__ = '4.0.0.4 '
29+ __version__ = '4.0.0.5 '
You can’t perform that action at this time.
0 commit comments