diff --git a/.ci/make-dist.sh b/.ci/make-dist.sh index 31f8f847d..b3f8ee32f 100755 --- a/.ci/make-dist.sh +++ b/.ci/make-dist.sh @@ -36,6 +36,7 @@ case "$buildPlatform" in format=7zip cp ./qb64.exe $DIST_ROOT + cp -r ./internal/c/c_compiler $DIST_ROOT/internal/c/ ;; ubuntu-latest)