Skip to content

Commit 7d2c363

Browse files
committed
this will work someday
1 parent 22e07cf commit 7d2c363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install/foobar2000.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
)
1212

1313
@if "%1" == "v2.0" (
14-
@set pkg_file=foobar2000_v2.0_beta_20.exe
14+
@set pkg_file=foobar2000_v2.0_beta_22.exe
1515
@goto :install
1616
)
1717

1818
@if "%1" == "v2.0-x64" (
19-
@set pkg_file=foobar2000-x64_v2.0_beta_20.exe
19+
@set pkg_file=foobar2000-x64_v2.0_beta_22.exe
2020
@goto :install
2121
)
2222

0 commit comments

Comments
 (0)