Skip to content

Commit fc968c3

Browse files
committed
Add native Windows64 support
1 parent da42ed4 commit fc968c3

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

4.59 MB
Binary file not shown.

Squeezelite.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sub binaries {
2828
@binaries = reverse @binaries if $os->{'osArch'} eq 'arm64';
2929
}
3030
elsif (main::ISWINDOWS) {
31-
@binaries = qw(squeezelite-win);
31+
@binaries = qw(squeezelite-x64 squeezelite-win);
3232
}
3333
elsif ($os->{'os'} eq 'Linux') {
3434
if ($os->{'osArch'} =~ /x86_64/) {

install.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<extension>
44
<name>PLUGIN_LOCALPLAYER</name>
55
<module>Plugins::LocalPlayer::Plugin</module>
6-
<version>1.7.2</version>
6+
<version>1.7.3</version>
77
<defaultState>enabled</defaultState>
88
<description>PLUGIN_LOCALPLAYER_DESC</description>
99
<category>hardware</category>

0 commit comments

Comments
 (0)