fix debug build

This commit is contained in:
supermerill 2021-11-04 20:47:25 +01:00
parent 375c4369ae
commit ca795555ed

View File

@ -93,8 +93,8 @@ jobs:
working-directory: ./build
shell: cmd
run: |
xcopy /RCYIE src\release\*.dll package\
xcopy /RCYIE src\release\*.exe package\
xcopy /RCYIE src\debug\*.dll package\
xcopy /RCYIE src\debug\*.exe package\
xcopy /RCYIE c:\windows\system32\VCRUNTIME140* package\
del package\opengl32.dll
# - name: create zip