mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 03:11:59 +08:00
fix buggy windows opengl32.dll
This commit is contained in:
parent
1ba0aa0db6
commit
98cfe57b8a
16
.github/workflows/ccpp_win.yml
vendored
16
.github/workflows/ccpp_win.yml
vendored
@ -89,18 +89,14 @@ jobs:
|
||||
working-directory: ./build
|
||||
shell: cmd
|
||||
run: xcopy /RCYIE ..\resources package\resources
|
||||
- name: copy dll
|
||||
- name: copy dll & exe
|
||||
working-directory: ./build
|
||||
shell: cmd
|
||||
run: xcopy /RCYIE src\release\*.dll package\
|
||||
- name: copy exe
|
||||
working-directory: ./build
|
||||
shell: cmd
|
||||
run: xcopy /RCYIE src\release\*.exe package\
|
||||
- name: copy ms runtime
|
||||
working-directory: ./build
|
||||
shell: cmd
|
||||
run: xcopy /RCYIE c:\windows\system32\VCRUNTIME140* package\
|
||||
run: |
|
||||
xcopy /RCYIE src\release\*.dll package\
|
||||
xcopy /RCYIE src\release\*.exe package\
|
||||
xcopy /RCYIE c:\windows\system32\VCRUNTIME140* package\
|
||||
del package\opengl32.dll
|
||||
# - name: create zip
|
||||
# working-directory: ./build
|
||||
# shell: cmd
|
||||
|
16
.github/workflows/ccpp_win_debug.yml
vendored
16
.github/workflows/ccpp_win_debug.yml
vendored
@ -89,18 +89,14 @@ jobs:
|
||||
working-directory: ./build
|
||||
shell: cmd
|
||||
run: xcopy /RCYIE ..\resources package\resources
|
||||
- name: copy dll
|
||||
- name: copy dll & exe
|
||||
working-directory: ./build
|
||||
shell: cmd
|
||||
run: xcopy /RCYIE src\Debug\*.dll package\
|
||||
- name: copy exe
|
||||
working-directory: ./build
|
||||
shell: cmd
|
||||
run: xcopy /RCYIE src\Debug\*.exe package\
|
||||
- name: copy ms runtime
|
||||
working-directory: ./build
|
||||
shell: cmd
|
||||
run: xcopy /RCYIE c:\windows\system32\VCRUNTIME140* package\
|
||||
run: |
|
||||
xcopy /RCYIE src\release\*.dll package\
|
||||
xcopy /RCYIE src\release\*.exe package\
|
||||
xcopy /RCYIE c:\windows\system32\VCRUNTIME140* package\
|
||||
del package\opengl32.dll
|
||||
# - name: create zip
|
||||
# working-directory: ./build
|
||||
# shell: cmd
|
||||
|
16
.github/workflows/ccpp_win_rc.yml
vendored
16
.github/workflows/ccpp_win_rc.yml
vendored
@ -89,18 +89,14 @@ jobs:
|
||||
working-directory: ./build
|
||||
shell: cmd
|
||||
run: xcopy /RCYIE ..\resources package\resources
|
||||
- name: copy dll
|
||||
- name: copy dll & exe
|
||||
working-directory: ./build
|
||||
shell: cmd
|
||||
run: xcopy /RCYIE src\release\*.dll package\
|
||||
- name: copy exe
|
||||
working-directory: ./build
|
||||
shell: cmd
|
||||
run: xcopy /RCYIE src\release\*.exe package\
|
||||
- name: copy ms runtime
|
||||
working-directory: ./build
|
||||
shell: cmd
|
||||
run: xcopy /RCYIE c:\windows\system32\VCRUNTIME140* package\
|
||||
run: |
|
||||
xcopy /RCYIE src\release\*.dll package\
|
||||
xcopy /RCYIE src\release\*.exe package\
|
||||
xcopy /RCYIE c:\windows\system32\VCRUNTIME140* package\
|
||||
del package\opengl32.dll
|
||||
# - name: create zip
|
||||
# working-directory: ./build
|
||||
# shell: cmd
|
||||
|
@ -27,3 +27,4 @@ set(SLIC3R_GITHUB "slic3r/Slic3r")
|
||||
set(SLIC3R_DOWNLOAD "https://slic3r.org/download")
|
||||
# string to display in the spalshscreen
|
||||
set(SLIC3R_INTRO "Slic3r contains sizable contributions from Prusa Research. Original work by Alessandro Ranellucci and the RepRap community.")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user