We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da42ed4 commit fc968c3Copy full SHA for fc968c3
3 files changed
Bin/MSWin32-x64-multi-thread/squeezelite-x64.exe
4.59 MB
Squeezelite.pm
@@ -28,7 +28,7 @@ sub binaries {
28
@binaries = reverse @binaries if $os->{'osArch'} eq 'arm64';
29
}
30
elsif (main::ISWINDOWS) {
31
- @binaries = qw(squeezelite-win);
+ @binaries = qw(squeezelite-x64 squeezelite-win);
32
33
elsif ($os->{'os'} eq 'Linux') {
34
if ($os->{'osArch'} =~ /x86_64/) {
install.xml
@@ -3,7 +3,7 @@
3
<extension>
4
<name>PLUGIN_LOCALPLAYER</name>
5
<module>Plugins::LocalPlayer::Plugin</module>
6
- <version>1.7.2</version>
+ <version>1.7.3</version>
7
<defaultState>enabled</defaultState>
8
<description>PLUGIN_LOCALPLAYER_DESC</description>
9
<category>hardware</category>
0 commit comments