Fix VLC metadata (#323)
* VLC: fix URL for x64 version The previous version linked was the 32b version * Fix VLC metadata
This commit is contained in:
committed by
GitHub
parent
37fe7e25d1
commit
369c765864
@@ -1,13 +1,13 @@
|
|||||||
Id: Videolan.Vlc
|
Id: Videolan.Vlc
|
||||||
Name: VLC Media Player
|
Name: VLC media player
|
||||||
AppMoniker: VLC
|
AppMoniker: VLC
|
||||||
Version: 3.0.10
|
Version: 3.0.10
|
||||||
Publisher: VideoLAN
|
Publisher: VideoLAN
|
||||||
Author: VideoLAN
|
Author: VideoLAN
|
||||||
License: GNU General Public License Version 2
|
License: GNU General Public License Version 2
|
||||||
LicenseUrl: https://github.com/videolan/vlc/blob/master/COPYING
|
LicenseUrl: https://www.videolan.org/developers/vlc/COPYING
|
||||||
MinOSVersion: 10.0.0.0
|
MinOSVersion: 5.1.2600.0
|
||||||
Homepage: https://www.videolan.org/
|
Homepage: https://www.videolan.org/vlc/
|
||||||
Tags: "Media, media player, player, video, playback, vlc"
|
Tags: "Media, media player, player, video, playback, vlc"
|
||||||
InstallerType: exe
|
InstallerType: exe
|
||||||
|
|
||||||
@@ -15,8 +15,8 @@ InstallerType: exe
|
|||||||
|
|
||||||
Installers:
|
Installers:
|
||||||
- Arch: x64
|
- Arch: x64
|
||||||
Url: https://get.videolan.org/vlc/3.0.10/win32/vlc-3.0.10-win32.exe
|
Url: https://get.videolan.org/vlc/3.0.10/win64/vlc-3.0.10-win64.exe
|
||||||
Sha256: CCFB91146CBA92A3EC5274FEE90D2CEE35CFDA7FD38240B3F65DA26D53D28A0B
|
Sha256: E0A0883CD6C29AEE23ECFC63573BC09E09F78DE0DA78A6F55AB13FAB1C65850B
|
||||||
Language: en-US
|
Language: en-US
|
||||||
Switches:
|
Switches:
|
||||||
Silent: "/language=en_US /S"
|
Silent: "/language=en_US /S"
|
||||||
|
Reference in New Issue
Block a user