mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-16 14:14:01 +08:00
@@ -2,10 +2,6 @@ param(
|
||||
[string]$platform = ""
|
||||
)
|
||||
|
||||
# TODO: remove
|
||||
# https://github.com/flutter/flutter/issues/182468
|
||||
$ToolTipFix = "56956c33ef102ac0b5fc46b62bd2dd9f50a86616";
|
||||
|
||||
# TODO: remove
|
||||
# https://github.com/flutter/flutter/issues/182281
|
||||
$NewOverScrollIndicator = "362b1de29974ffc1ed6faa826e1df870d7bec75f";
|
||||
@@ -49,13 +45,10 @@ switch ($platform.ToLower()) {
|
||||
$patches += $ScrollViewPatch
|
||||
}
|
||||
"linux" {
|
||||
$picks += $ToolTipFix
|
||||
}
|
||||
"macos" {
|
||||
$picks += $ToolTipFix
|
||||
}
|
||||
"windows" {
|
||||
$picks += $ToolTipFix
|
||||
}
|
||||
default {}
|
||||
}
|
||||
@@ -91,10 +84,3 @@ foreach ($patch in $patches) {
|
||||
Write-Host "$patch applied"
|
||||
}
|
||||
}
|
||||
|
||||
# TODO: remove
|
||||
if ($platform.ToLower() -eq "android") {
|
||||
"69e31205362b4e59b7eb89b24797e687b4b67afe" | Set-Content -Path .\bin\internal\engine.version
|
||||
Remove-Item -Path ".\bin\cache" -Recurse -Force
|
||||
flutter --version
|
||||
}
|
||||
Reference in New Issue
Block a user