Skip to content

Commit

Permalink
Amend spec for jwxml
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Long committed Nov 3, 2016
1 parent 8403300 commit ba69597
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development.rst
Expand Up @@ -43,5 +43,5 @@ To build a maximally backwards compatible bundle using the ``banana`` build mach
pip install --user .
make app
cd dist
zip -r jwst_visibility_calculator_osx.zip ./JWST\ Visibility\ Calculator.app/
mv jwst_visibility_calculator_osx.zip /user/$USER/
zip -r jwst_visibility_calculator_macos.zip ./JWST\ Visibility\ Calculator.app/
mv jwst_visibility_calculator_macos.zip /user/$USER/
2 changes: 2 additions & 0 deletions run_jwst_visibility.spec
@@ -1,5 +1,6 @@
# -*- mode: python -*-
import sys
from PyInstaller.utils import hooks

block_cipher = None

Expand All @@ -11,6 +12,7 @@ else:
a = Analysis(['run_jwst_visibility.py'],
pathex=['.'],
binaries=None,
datas=hooks.collect_data_files('jwxml'),
hiddenimports=hiddenimports,
hookspath=[],
runtime_hooks=[],
Expand Down

0 comments on commit ba69597

Please sign in to comment.