diff --git a/packaging/win32/daily_build.bat b/packaging/win32/daily_build.bat index 5a605b43c94..3828eee887e 100644 --- a/packaging/win32/daily_build.bat +++ b/packaging/win32/daily_build.bat @@ -6,9 +6,8 @@ cd c:\soft\gnucash\repos\packaging\win32\ rem Development build (daily) c:\msys\1.0\bin\sh.exe --login c:\soft\gnucash\repos\packaging\win32\daily_build_git.sh -rem Tags build for 2.4 and older (daily -- only tags that weren't built yet) -c:\msys\1.0\bin\sh.exe --login c:\soft\packaging\build_tags.sh rem Tags build for 2.5 and newer (daily -- only tags that weren't built yet) c:\msys\1.0\bin\sh.exe --login c:\soft\gnucash\repos\packaging\win32\build_tags_git.sh -rem 2.4 branch build (weekly) -c:\msys\1.0\bin\sh.exe --login c:\soft-2.4\packaging\weekly_build.sh \ No newline at end of file +rem 2.6 branch build (weekly) +rem There's no 2.6 branch yet. Hence the line below is commented out +rem c:\msys\1.0\bin\sh.exe --login c:\soft-2.6\gnucash\repos\packaging\weekly_build.sh \ No newline at end of file