Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsupermerill <merill@free.fr>2020-10-05 21:34:40 +0300
committersupermerill <merill@free.fr>2020-10-05 21:34:40 +0300
commit94b717c094bdd7544beb2e8a676fdf7e1db7a978 (patch)
tree4ea18fa62eb99f08445386fb7fc9944320d0be08
parentc6331e41946897054b4d5261c3c1c2f8c8002857 (diff)
update windows nightly build to superslicer from slic3r++2.2.54.0
-rw-r--r--.github/workflows/ccpp_win.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ccpp_win.yml b/.github/workflows/ccpp_win.yml
index 42d574f2d..73f45cc1e 100644
--- a/.github/workflows/ccpp_win.yml
+++ b/.github/workflows/ccpp_win.yml
@@ -67,15 +67,15 @@ jobs:
- name: copy from release
working-directory: ./build
shell: powershell
- run: '(new-object System.Net.WebClient).DownloadFile("https://github.com/supermerill/SuperSlicer/releases/download/2.1.45.0/Slic3r++_2.1.45.0_win64_191104.zip", "Slic3r++_2.1.45.0_win64_191104.zip")'
+ run: '(new-object System.Net.WebClient).DownloadFile("https://github.com/supermerill/SuperSlicer/releases/download/2.2.53.3/SuperSlicer_2.2.53.3_win64_20201005.zip", "SuperSlicer_2.2.53.3_win64_20201005.zip")'
- name: unzip
working-directory: ./build
shell: cmd
- run: '"C:/Program Files/7-Zip/7z.exe" x Slic3r++_2.1.45.0_win64_191104.zip'
+ run: '"C:/Program Files/7-Zip/7z.exe" x SuperSlicer_2.2.53.3_win64_20201005.zip'
- name: copy old release content
working-directory: ./build
shell: cmd
- run: xcopy /RCYIE Slic3r++_2.1.45.0_win64_191104\* package\
+ run: xcopy /RCYIE SuperSlicer_2.2.53.3_win64_20201005\* package\
- name: copy new resources
working-directory: ./build
shell: cmd