diff --git a/.ci/make-dist.sh b/.ci/make-dist.sh index 27328818f..a257befb8 100755 --- a/.ci/make-dist.sh +++ b/.ci/make-dist.sh @@ -31,7 +31,6 @@ mkdir -p $DIST_ROOT/internal/c cp -rp ./source $DIST_ROOT cp -rp ./licenses $DIST_ROOT -cp ./CHANGELOG.md $DIST_ROOT cp ./COPYING.txt $DIST_ROOT cp ./README.md $DIST_ROOT cp ./qb64pe.1 $DIST_ROOT diff --git a/source/ide/wiki/wiki_methods.bas b/source/ide/wiki/wiki_methods.bas index 3d4867cba..e9eb1f0bc 100644 --- a/source/ide/wiki/wiki_methods.bas +++ b/source/ide/wiki/wiki_methods.bas @@ -38,7 +38,7 @@ FUNCTION Wiki$ (PageName$) 'Read cached wiki page (download, if not yet cached) END IF 'Check for curl - IF _SHELLHIDE("curl --version") <> 0 THEN + IF _SHELLHIDE("curl --version >NUL") <> 0 THEN a$ = CHR$(10) + "{{PageInternalError}}" + CHR$(10) IF PageName$ = "Initialize" THEN a$ = a$ + "To be able to initialize the help system, "