Skip to content

Commit

Permalink
Merge pull request #5 from bernhardfritz/use-pob-community-fork
Browse files Browse the repository at this point in the history
use pob community fork
  • Loading branch information
aspel committed Feb 5, 2021
2 parents eac697f + 744f540 commit cfca958
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile.darwin
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ all: frontend pob

pob: load_pob luacurl frontend
pushd PathOfBuilding; \
unzip 'tree*.zip'; \
unzip -o 'tree*.zip'; \
unzip runtime-win32.zip lua/xml.lua lua/base64.lua lua/sha1.lua; \
mv lua/*.lua .; \
rmdir lua; \
Expand All @@ -21,7 +21,7 @@ frontend:
meson -Dbuildtype=release --prefix=${DIR}/PathOfBuilding.app --bindir=Contents/MacOS build

load_pob:
git clone --depth 1 https://github.com/Openarl/PathOfBuilding.git; \
git clone --depth 1 https://github.com/PathOfBuildingCommunity/PathOfBuilding.git; \
pushd PathOfBuilding; \
rm -rf .git; \
popd
Expand Down
4 changes: 2 additions & 2 deletions Makefile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ all: frontend pob

pob: load_pob luacurl frontend
pushd PathOfBuilding; \
unzip 'tree*.zip'; \
unzip -o 'tree*.zip'; \
unzip runtime-win32.zip lua/xml.lua lua/base64.lua lua/sha1.lua; \
mv lua/*.lua .; \
rmdir lua; \
Expand All @@ -21,7 +21,7 @@ frontend:
meson -Dbuildtype=release build

load_pob:
git clone --depth 1 https://github.com/Openarl/PathOfBuilding.git; \
git clone --depth 1 https://github.com/PathOfBuildingCommunity/PathOfBuilding.git; \
pushd PathOfBuilding; \
rm -rf .git; \
popd
Expand Down

0 comments on commit cfca958

Please sign in to comment.