We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4e886 commit 22e07cfCopy full SHA for 22e07cf
scripts/install/foobar2000.cmd
@@ -11,12 +11,12 @@
11
)
12
13
@if "%1" == "v2.0" (
14
- @set pkg_file=foobar2000_v2.0_beta_22.exe
+ @set pkg_file=foobar2000_v2.0_beta_20.exe
15
@goto :install
16
17
18
@if "%1" == "v2.0-x64" (
19
- @set pkg_file=foobar2000-x64_v2.0_beta_22.exe
+ @set pkg_file=foobar2000-x64_v2.0_beta_20.exe
20
21
22
0 commit comments