Merge pull request #36 from justdan96/enhancement-docker-build

check the correct directory for executables
master
Dan 2019-11-25 09:18:48 +00:00 committed by GitHub
commit ec15888829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -6,4 +6,4 @@ make
cp tsMuxer/tsmuxer ../bin/tsMuxeR
cd ..
rm -rf build
ls ../bin/tsMuxeR
ls ./bin/tsMuxeR

View File

@ -9,4 +9,4 @@ make
cp tsMuxer/tsmuxer.exe ../bin/tsMuxeR.exe
cd ..
rm -rf build
ls ../bin/tsMuxeR.exe
ls ./bin/tsMuxeR.exe

View File

@ -10,4 +10,4 @@ make
cp tsMuxer/tsmuxer ../bin/tsMuxeR
cd ..
rm -rf build
ls ../bin/tsMuxeR
ls ./bin/tsMuxeR