Skip to content

Commit

Permalink
Update build.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
vamolessa authored Sep 19, 2024
1 parent db4a535 commit bb57e0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ echo %DAWN_COMMIT% > dawn-%ARCH%\commit.txt

copy /y dawn.build-%ARCH%\gen\include\dawn\webgpu.h dawn-%ARCH%
copy /y dawn.build-%ARCH%\Release\webgpu_dawn.dll dawn-%ARCH%
copy /y dawn.build-%ARCH%\Release\tint.exe tint-%ARCH%
copy /y dawn.build-%ARCH%\Release\tint.exe dawn-%ARCH%
copy /y dawn.build-%ARCH%\src\dawn\native\Release\webgpu_dawn.lib dawn-%ARCH%

rem
Expand All @@ -140,5 +140,5 @@ if "%GITHUB_WORKFLOW%" neq "" (
rem GitHub actions stuff
rem

%SZIP% a -y -mx=9 dawn-%ARCH%-%BUILD_DATE%.zip dawn-%ARCH% tint-%ARCH% || exit /b 1
%SZIP% a -y -mx=9 dawn-%ARCH%-%BUILD_DATE%.zip dawn-%ARCH% || exit /b 1
)

0 comments on commit bb57e0b

Please sign in to comment.