Skip to content

Commit

Permalink
[TOOLS] Remove mojo_core.dll from windows release package
Browse files Browse the repository at this point in the history
see https://issuetracker.google.com/issues/359926651
from v129 upstream changed from dynamically-linked to static-linked
  • Loading branch information
uazo committed Sep 14, 2024
1 parent d809fa0 commit 92b738a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ jobs:
cp $OUTPUTFILE_WIN/libEGL.dll chrome-win/
cp $OUTPUTFILE_WIN/libGLESv2.dll chrome-win/
cp $OUTPUTFILE_WIN/Logo.png chrome-win/
cp $OUTPUTFILE_WIN/mojo_core.dll chrome-win/
cp $OUTPUTFILE_WIN/notification_helper.exe chrome-win/
cp $OUTPUTFILE_WIN/resources.pak chrome-win/
cp $OUTPUTFILE_WIN/SmallLogo.png chrome-win/
Expand Down

0 comments on commit 92b738a

Please sign in to comment.