2026.02.11-255364b8e
This commit is contained in:
@@ -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
|
# 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
|
$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
|
# delete anything not in com hypixel
|
||||||
Get-ChildItem "src/" -Exclude @("com", "manifests.json") | Remove-Item -Recurse -Force -Confirm:$false
|
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
|
Get-ChildItem "src/com/" -Exclude @("hypixel") | Remove-Item -Recurse -Force -Confirm:$false
|
||||||
|
|||||||
Reference in New Issue
Block a user