Skip to content

Commit

Permalink
#5920: Remove mesa driver before creating the portable package
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Apr 1, 2022
1 parent 69287f5 commit 37e3ee8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -61,7 +61,10 @@ jobs:
shell: cmd

- name: Generate Portable Package
run: powershell -ExecutionPolicy ByPass .\compile_release_package.ps1 -Platform x64 -SkipBuild -GenerateSetupPackage:$false -GeneratePortablePackage:$false -OutputFolder ..\..\PortablePackage\
run: |
echo Remove Mesa driver from output folder again
del ..\..\install\OpenGL32.dll
powershell -ExecutionPolicy ByPass .\compile_release_package.ps1 -Platform x64 -SkipBuild -GenerateSetupPackage:$false -GeneratePortablePackage:$false -OutputFolder ..\..\PortablePackage\
shell: cmd
working-directory: .\tools\scripts

Expand Down

0 comments on commit 37e3ee8

Please sign in to comment.