fheroes2: rebuild

Add extract resources script to fheroes2 formula

Closes #119615.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
kfishster 2023-01-02 18:41:00 -06:00 committed by BrewTestBot
parent e87cb39256
commit 73e2f673c4
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ class Fheroes2 < Formula
system "cmake", "--install", "build"
bin.install "script/demo/download_demo_version.sh" => "fheroes2-install-demo"
bin.install "script/homm2/extract_homm2_resources.sh" => "fheroes2-extract-resources"
end
test do