diff --git a/Makefile.darwin b/Makefile.darwin index 6f99b1b..184537f 100644 --- a/Makefile.darwin +++ b/Makefile.darwin @@ -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; \ @@ -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 diff --git a/Makefile.linux b/Makefile.linux index 705ff7b..ddb15af 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -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; \ @@ -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