From 7fd545aad4a351cb55951b5c508303337218d10a Mon Sep 17 00:00:00 2001 From: Ryan Holmes Date: Thu, 21 Mar 2019 19:57:27 -0400 Subject: [PATCH] add rollup to macos build --- .travis.yml | 1 + dist_assets/mac/pyfa.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9140c2f10..2aae5823c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ before_install: - bash scripts/setup-osx.sh install: - export PYFA_VERSION="$(python3 scripts/dump_version.py)" + - python3 ./scripts/effect_rollup.py - bash scripts/package-osx.sh before_deploy: - export RELEASE_PKG_FILE=$(ls *.deb) diff --git a/dist_assets/mac/pyfa.spec b/dist_assets/mac/pyfa.spec index 1e1f35711..a461774de 100644 --- a/dist_assets/mac/pyfa.spec +++ b/dist_assets/mac/pyfa.spec @@ -35,7 +35,7 @@ import_these = [ icon = os.path.join(os.getcwd(), "dist_assets", "mac", "pyfa.icns") # Walk directories that do dynamic importing -paths = ('eos/effects', 'eos/db/migrations', 'service/conversions') +paths = ('eos/db/migrations', 'service/conversions') for root, folders, files in chain.from_iterable(os.walk(path) for path in paths): for file_ in files: if file_.endswith(".py") and not file_.startswith("_"):