Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
4.2.4: Fix build script for cpuid
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDonk committed Dec 21, 2022
1 parent 02ed06d commit 20bc36f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.cmd
Expand Up @@ -45,5 +45,7 @@ popd

xcopy /R /Y LICENSE dist\
xcopy /R /Y *.md dist\
xcopy /R /Y cpuid\linux\cpuid .\dist\linux\cpuid
xcopy /R /Y cpuid\windows\cpuid.exe dist\windows\cpuid.exe
xcopy /E /F /I /R /Y ISO dist\ISO
xcopy /E /F /I /R /Y ISO dist\templates
3 changes: 2 additions & 1 deletion build.sh
Expand Up @@ -46,6 +46,7 @@ popd

cp -v LICENSE ./dist
cp -v *.md ./dist
cp -vr ./cpuid/* ./dist
cp -v ./cpuid/linux/cpuid ./distlinux/cpuid
cp -v ./cpuid/windows/cpuid.exe ./dist/windows/cpuid.exe
cp -vr ./iso ./dist
cp -vr ./templates ./dist

0 comments on commit 20bc36f

Please sign in to comment.