summaryrefslogtreecommitdiff
path: root/bin/build-distribution-archives
diff options
context:
space:
mode:
authorrejbasket <39080670+rejbasket@users.noreply.github.com>2024-02-21 16:01:47 +0100
committerGitHub <noreply@github.com>2024-02-21 16:01:47 +0100
commit9b3950137db88715ac55d1e9bebc9aea2db4e83e (patch)
tree8fb187aeb59cc3062586952dfbedba4e64c0c14d /bin/build-distribution-archives
parent3a697187ffbde982377394fc4caace852f00a819 (diff)
Build with shapely with geos 3.12.x (#2732)
authored-by: rejbasket
Diffstat (limited to 'bin/build-distribution-archives')
-rw-r--r--bin/build-distribution-archives15
1 files changed, 0 insertions, 15 deletions
diff --git a/bin/build-distribution-archives b/bin/build-distribution-archives
index 285e5ef8..3565e3f5 100644
--- a/bin/build-distribution-archives
+++ b/bin/build-distribution-archives
@@ -8,21 +8,6 @@ if [ "$BUILD" = "osx" ]; then
# adding version to Info.plist
plutil -replace CFBundleShortVersionString -string ${VERSION} dist/inkstitch.app/Contents/Info.plist
rm -rf dist/inkstitch/
- # unlinking the libgeos and dot dylib folder syslinks and fix broken syslinks for notary.
- # copying libgeos dylibs with ditto preserves information to pass notary.
- unlink dist/inkstitch.app/Contents/Resources/shapely/.dylibs
-
- unlink dist/inkstitch.app/Contents/Resources/libgeos.3.11.2.dylib
- unlink dist/inkstitch.app/Contents/Resources/libgeos_c.1.17.2.dylib
-
- unlink dist/inkstitch.app/Contents/Frameworks/libgeos.3.11.2.dylib
- unlink dist/inkstitch.app/Contents/Frameworks/libgeos_c.1.17.2.dylib
-
- ditto dist/inkstitch.app/Contents/Frameworks/shapely/__dot__dylibs/libgeos.3.11.2.dylib dist/inkstitch.app/Contents/Resources/
- ditto dist/inkstitch.app/Contents/Frameworks/shapely/__dot__dylibs/libgeos_c.1.17.2.dylib dist/inkstitch.app/Contents/Resources/
-
- ditto dist/inkstitch.app/Contents/Frameworks/shapely/__dot__dylibs/libgeos.3.11.2.dylib dist/inkstitch.app/Contents/Frameworks/
- ditto dist/inkstitch.app/Contents/Frameworks/shapely/__dot__dylibs/libgeos_c.1.17.2.dylib dist/inkstitch.app/Contents/Frameworks/
# Install location for pkgbuild
PKG_INSTALL_PATH="/tmp/inkstitch/"
# Checking arch of macos and setting path of electron for arm64 or intel