1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 12:40:36 +00:00

Copy C++ Compiler into archive

This commit is contained in:
Matthew Kilgore 2022-04-26 18:22:42 -04:00
parent 77aced1b1c
commit 65c2c7cd57

View file

@ -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)