mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-21 09:52:11 +00:00
9 lines
228 B
Bash
Executable File
9 lines
228 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
rm -rf _build ; mkdir _build
|
|
rm -rf _repo ; mkdir _repo
|
|
|
|
BRANCH=test
|
|
|
|
powerprofilesctl launch flatpak-builder --ccache --force-clean --default-branch=$BRANCH _build com.bambulab.BambuStudio.yml --repo=_repo
|