Skip to content

Commit 4573c67

Browse files
committed
Bump version
1 parent 7c5faa1 commit 4573c67

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

_build/pyinstaller/build.pyinstaller.win.bat

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ if [%1]==[] (
1212

1313
if ["%ARCH%"]==["64"] (
1414
SET BINARCH=x64
15-
SET FFMPEG_URL=https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-latest-win64-static.zip
16-
SET FFMPEG=ffmpeg-latest-win64-static.zip
17-
SET MEDIAINFO_URL=https://mediaarea.net/download/binary/mediainfo/21.03/MediaInfo_CLI_21.03_Windows_x64.zip
18-
SET MEDIAINFO=MediaInfo_CLI_21.03_Windows_x64.zip
19-
SET GIFSKI_URL=https://gif.ski/gifski-1.4.0.zip
20-
SET GIFSKI=gifski-1.4.0.zip
15+
SET FFMPEG_URL=https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n4.4-latest-win64-gpl-4.4.zip
16+
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
2121
)
2222
:: if ["%ARCH%"]==["32"] (
2323
:: SET BINARCH=x86
@@ -44,7 +44,7 @@ if not exist "temp\%GIFSKI%" ( curl -k -L -fsS -o temp\%GIFSKI% "%GIFSKI_URL%" )
4444

4545
REM ......................extract ffmpeg/mediainfo/gifski to its expected location......................
4646
cd temp\
47-
"C:\Program Files\7-Zip\7z.exe" e %FFMPEG% ffmpeg-latest-win64-static/bin/ffmpeg.exe
47+
"C:\Program Files\7-Zip\7z.exe" e %FFMPEG% ffmpeg-n4.4-latest-win64-gpl-4.4/bin/ffmpeg.exe
4848
"C:\Program Files\7-Zip\7z.exe" e %MEDIAINFO% MediaInfo.exe
4949
"C:\Program Files\7-Zip\7z.exe" e %GIFSKI% win/gifski.exe
5050
if not exist "..\..\..\bin\" mkdir "..\..\..\bin\"
@@ -58,7 +58,7 @@ C:\Python36\scripts\pyinstaller.exe --clean vidcutter.win%ARCH%.spec
5858

5959
if exist "dist\VidCutter_HuskyVer.exe" (
6060
REM ......................add metadata to built Windows binary......................
61-
.\verpatch.exe dist\VidCutter_HuskyVer.exe /va %APPVER%.2 /pv %APPVER%.2 /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%.3 /pv %APPVER%.3 /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
)

vidcutter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
__email__ = 'pete@ozmartians.com'
2727
__website__ = 'http://vidcutter.ozmartians.com'
2828

29-
__version__ = '4.0.0.2'
29+
__version__ = '4.0.0.3'

0 commit comments

Comments
 (0)