mirror of
https://github.com/alexkay/spek.git
synced 2025-04-12 06:50:03 +03:00
Update spek.wxs.in - fix file extensions 3gp, aac, aif and wv (#285)
This commit is contained in:
parent
8d286bd9c4
commit
edc144e829
2
dist/win/spek.wxs.in
vendored
2
dist/win/spek.wxs.in
vendored
@ -81,7 +81,7 @@
|
||||
<RegistryValue Root="HKLM" Key="SOFTWARE\Classes\Spek.Audio\shell" Value="open" Type="string" />
|
||||
<RegistryValue Root="HKLM" Key="SOFTWARE\Classes\Spek.Audio\shell\open\command" Value=""[INSTALLLOCATION]spek.exe" "%1"" Type="string" />
|
||||
<!-- Associate with file extensions -->
|
||||
<?foreach ext in "3gp;aac,aif;aifc;aiff;amr;awb;ape;au;dts;flac;gsm;m4a;m4p;mp3;mp4;mp+;mpc;mpp;oga;ogg;opus;ra;ram;snd;wav;wma;wv"?>
|
||||
<?foreach ext in 3gp;aac;aif;aifc;aiff;amr;awb;ape;au;dts;flac;gsm;m4a;m4p;mp3;mp4;mp+;mpc;mpp;oga;ogg;opus;ra;ram;snd;wav;wma;wv ?>
|
||||
<RegistryValue Root="HKLM" Key="SOFTWARE\Spek\Capabilities\FileAssociations" Name=".$(var.ext)" Value="Spek.Audio" Type="string" />
|
||||
<RegistryValue Root="HKLM" Key="SOFTWARE\Classes\Applications\spek.exe\SupportedTypes" Name=".$(var.ext)" Value="" Type="string" />
|
||||
<RegistryValue Root="HKLM" Key="SOFTWARE\Classes\.$(var.ext)\OpenWithList\spek.exe" Value="" Type="string" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user