mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 20:45:56 +08:00
minor fixes to packaging script
This commit is contained in:
parent
7e0767b0f1
commit
d504a624be
@ -8,8 +8,8 @@ echo "Requires PAR."
|
|||||||
New-Variable -Name "current_branch" -Value ""
|
New-Variable -Name "current_branch" -Value ""
|
||||||
|
|
||||||
git branch | foreach {
|
git branch | foreach {
|
||||||
if ($_ -match "`\*(.*)"){
|
if ($_ -match "` (.*)"){
|
||||||
$current_branch += $matches[1] + "> "
|
$current_branch += $matches[1]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -46,7 +46,6 @@ pp `
|
|||||||
-M Config `
|
-M Config `
|
||||||
-M Crypt::CBC `
|
-M Crypt::CBC `
|
||||||
-M Cwd `
|
-M Cwd `
|
||||||
-M Data `
|
|
||||||
-M Data::UUID `
|
-M Data::UUID `
|
||||||
-M Devel::GlobalDestruction `
|
-M Devel::GlobalDestruction `
|
||||||
-M Digest `
|
-M Digest `
|
||||||
@ -150,7 +149,6 @@ pp `
|
|||||||
-M Socket `
|
-M Socket `
|
||||||
-M Socket6 `
|
-M Socket6 `
|
||||||
-M Storable `
|
-M Storable `
|
||||||
-M Sub `
|
|
||||||
-M Sub::Defer `
|
-M Sub::Defer `
|
||||||
-M Sub::Exporter `
|
-M Sub::Exporter `
|
||||||
-M Sub::Exporter::Progressive `
|
-M Sub::Exporter::Progressive `
|
||||||
@ -166,7 +164,6 @@ pp `
|
|||||||
-M Tie::Handle `
|
-M Tie::Handle `
|
||||||
-M Tie::Hash `
|
-M Tie::Hash `
|
||||||
-M Tie::StdHandle `
|
-M Tie::StdHandle `
|
||||||
-M Time `
|
|
||||||
-M Time::HiRes `
|
-M Time::HiRes `
|
||||||
-M Time::Local `
|
-M Time::Local `
|
||||||
-M URI `
|
-M URI `
|
||||||
|
Loading…
x
Reference in New Issue
Block a user