Skip to content

Commit

Permalink
update create_release script to superslicer
Browse files Browse the repository at this point in the history
  • Loading branch information
remi durand committed May 26, 2021
1 parent 27c6242 commit 3d417ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
import tarfile
import subprocess

repo = "slic3r/slic3r"
program_name = "Slic3r"
repo = "supermerill/SuperSlicer"
program_name = "SuperSlicer"
path_7zip = r"C:\Program Files\7-Zip\7z.exe"
github_auth_token = "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"

Expand Down

0 comments on commit 3d417ef

Please sign in to comment.