Skip to content

Commit

Permalink
Merge pull request #91 from MannLabs/fix-fasta-install-location
Browse files Browse the repository at this point in the history
fix fasta install location for mac
  • Loading branch information
mschwoer authored Feb 19, 2025
2 parents 2232d3b + d1b9746 commit 481bb5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release/macos/build_package_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ cp ./LICENSE ${CONTENTS_FOLDER}/Resources/LICENSE
cp release/logos/alpha_logo.png ${CONTENTS_FOLDER}/Resources

# If needed, include additional source such as e.g.:
mkdir -p ${CONTENTS_FOLDER}/MacOS/alphamap/data
cp alphamap/data/*.fasta ${CONTENTS_FOLDER}/MacOS/alphamap/data
cp alphamap/data/*.csv ${CONTENTS_FOLDER}/MacOS/alphamap/data
mkdir -p ${CONTENTS_FOLDER}/MacOS/_internal/alphamap/data
cp alphamap/data/*.fasta ${CONTENTS_FOLDER}/MacOS/_internal/alphamap/data
cp alphamap/data/*.csv ${CONTENTS_FOLDER}/MacOS/_internal/alphamap/data

# link _internal folder containing the python libraries to the Frameworks folder where they are expected
# to avoid e.g. "Failed to load Python shared library '/Applications/AlphaMap.app/Contents/Frameworks/libpython3.8.dylib'"
Expand Down

0 comments on commit 481bb5b

Please sign in to comment.