Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
Update build to ffmpeg release 6.0.0
  • Loading branch information
icedterminal committed Mar 6, 2023
1 parent 5149b81 commit 067b742
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ffmpeg_essentials/FFmpeg Essentials/Code/Features.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</Directory>
</Directory>
</Directory>
<Feature Id="FFmpeg_Essentials" Title="Core Files (5.1.0)" Description="Installs all the files needed for FFmpeg Essentials. This is required." Level="1" AllowAdvertise="no" ConfigurableDirectory="INSTALLLOCATION" Absent="disallow">
<Feature Id="FFmpeg_Essentials" Title="Core Files (6.0.0)" Description="Installs all the files needed for FFmpeg Essentials. This is required." Level="1" AllowAdvertise="no" ConfigurableDirectory="INSTALLLOCATION" Absent="disallow">
<MergeRef Id="FFmpeg_EssentialsMM"/>
</Feature>
<Feature Id="FFmpeg_path" Title="PATH" Description="Add FFmpeg install location to SYSTEM PATH for easy Terminal use." Level="1" AllowAdvertise="no">
Expand Down
2 changes: 1 addition & 1 deletion ffmpeg_essentials/FFmpeg Essentials/Code/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
The Product@Id attribute (ProductCode Property) will be a random GUID for each build. This is to support "Major Upgrades" where each install
is a seamless uninstall/reinstall.
-->
<Product Id="*" Name="FFmpeg Essentials" Language="1033" Version="5.1.0.20220727" Manufacturer="icedterminal" UpgradeCode="384a74ec-865a-4907-8561-9de765ee6e14">
<Product Id="*" Name="FFmpeg Essentials" Language="1033" Version="6.0.0.20230306" Manufacturer="icedterminal" UpgradeCode="384a74ec-865a-4907-8561-9de765ee6e14">
<Package InstallerVersion="301" Compressed="yes" InstallScope="perMachine" Manufacturer="icedterminal" Platform="x64" InstallPrivileges="elevated" />
<MediaTemplate EmbedCab="yes" CompressionLevel="high" />
<!-- Major Upgrade Rule to disallow downgrades -->
Expand Down
2 changes: 1 addition & 1 deletion ffmpeg_full/FFmpeg Full/Code/Features.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</Directory>
</Directory>
</Directory>
<Feature Id="FFmpeg_Full" Title="Core files (5.1.0)" Description="Installs all the files needed for FFmpeg Full. This is required." Level="1" AllowAdvertise="no" ConfigurableDirectory="INSTALLLOCATION" Absent="disallow">
<Feature Id="FFmpeg_Full" Title="Core files (6.0.0)" Description="Installs all the files needed for FFmpeg Full. This is required." Level="1" AllowAdvertise="no" ConfigurableDirectory="INSTALLLOCATION" Absent="disallow">
<MergeRef Id="FFmpeg_FullMM"/>
</Feature>
<Feature Id="FFmpeg_path" Title="PATH" Description="Add FFmpeg install location to SYSTEM PATH for easy Terminal use." Level="1" AllowAdvertise="no">
Expand Down
2 changes: 1 addition & 1 deletion ffmpeg_full/FFmpeg Full/Code/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
The Product@Id attribute (ProductCode Property) will be a random GUID for each build. This is to support "Major Upgrades" where each install
is a seamless uninstall/reinstall.
-->
<Product Id="*" Name="FFmpeg Full" Language="1033" Version="5.1.0.20220727" Manufacturer="icedterminal" UpgradeCode="a9012d89-3ecb-41bb-ab5d-f6caf69ea491">
<Product Id="*" Name="FFmpeg Full" Language="1033" Version="6.0.0.20230306" Manufacturer="icedterminal" UpgradeCode="a9012d89-3ecb-41bb-ab5d-f6caf69ea491">
<Package InstallerVersion="301" Compressed="yes" InstallScope="perMachine" Platform="x64" Manufacturer="icedterminal" InstallPrivileges="elevated" />
<MediaTemplate EmbedCab="yes" CompressionLevel="high" />
<!-- Major Upgrade Rule to disallow downgrades -->
Expand Down

0 comments on commit 067b742

Please sign in to comment.