2026.02.11-255364b8e

This commit is contained in:
Intege-rs
2026-04-07 22:40:08 -04:00
parent 4dcc723c9c
commit 15b5c7d14e

View File

@@ -17,6 +17,8 @@ java -jar "_decomp/vineflower-1.11.2-slim.jar" --only="com/hypixel" $server_jar
# Extract the version before deleting the meta inf file
$version = (Get-Content "src/META-INF/MANIFEST.MF" | Select-String "^Implementation-Version:\s*(.+)$").Matches.Groups[1].Value
echo "VERSION = $version"
# delete anything not in com hypixel
Get-ChildItem "src/" -Exclude @("com", "manifests.json") | Remove-Item -Recurse -Force -Confirm:$false
Get-ChildItem "src/com/" -Exclude @("hypixel") | Remove-Item -Recurse -Force -Confirm:$false