mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-16 05:05:57 +08:00
Update package_win32.ps1
This commit is contained in:
parent
3954103b9a
commit
8e5ff98c8d
@ -5,13 +5,13 @@
|
|||||||
echo "Make this is run from the perl command window."
|
echo "Make this is run from the perl command window."
|
||||||
echo "Requires PAR."
|
echo "Requires PAR."
|
||||||
|
|
||||||
New-Variable -Name "current_branch" -Value "${APPVEYOR_REPO_BRANCH}"
|
New-Variable -Name "current_branch" -Value ""
|
||||||
|
|
||||||
#git branch | foreach {
|
git branch | foreach {
|
||||||
# if ($_ -match "` (.*)"){
|
if ($_ -match "` (.*)"){
|
||||||
# $current_branch += $matches[1]
|
$current_branch += $matches[1]
|
||||||
# }
|
}
|
||||||
#}
|
}
|
||||||
|
|
||||||
# Change this to where you have Strawberry Perl installed.
|
# Change this to where you have Strawberry Perl installed.
|
||||||
New-Variable -Name "STRAWBERRY_PATH" -Value "C:\Strawberry"
|
New-Variable -Name "STRAWBERRY_PATH" -Value "C:\Strawberry"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user