mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 06:45:56 +08:00
Update deploy script to match dev tag (from d)
This commit is contained in:
parent
551a40d64b
commit
f4d73f1886
@ -9,7 +9,7 @@
|
||||
if [ $(git describe &>/dev/null) ]; then
|
||||
SLIC3R_BUILD_ID=$(git describe)
|
||||
else
|
||||
SLIC3R_BUILD_ID=${SLIC3R_VERSION}d-$(git rev-parse --short head)
|
||||
SLIC3R_BUILD_ID=${SLIC3R_VERSION}dev-$(git rev-parse --short head)
|
||||
fi
|
||||
|
||||
if [ "$(git symbolic-ref HEAD | sed 's!refs\/heads\/!!')" == "master" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user