Skip to content

Commit

Permalink
Merge pull request #391 from bguthro/bguthro/planning-json
Browse files Browse the repository at this point in the history
Add planning json to pyinstaller
  • Loading branch information
bguthro authored Oct 23, 2024
2 parents a4a866f + dadde40 commit f49b2b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_seestar_alp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo $git_version > ./version.txt
pyinstaller --name="seestar_alp" `
--add-data="device/config.toml.example;." --add-data="./version.txt;." --add-data="front/citation;astroquery" --add-data="front/templates;front/templates" --add-data="front/public;front/public" `
--add-data="front/csc_sites.json;." --add-data="data/de440s.bsp;data/de440s.bsp" `
--add-data="front/planning.json;." --add-data="front/csc_sites.json;." --add-data="data/de440s.bsp;data/de440s.bsp" `
--paths=./front --paths=./device `
--collect-all=geomag `
root_app.py
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
echo $git_version > ./version.txt
pyinstaller --name="seestar_alp" \
--add-data="device/config.toml.example:." --add-data="./version.txt:." --add-data="front/CITATION:astroquery" --add-data="front/templates:front/templates" --add-data="front/public:front/public" \
--add-data="front/csc_sites.json:." \
--add-data="front/planning.json:." --add-data="front/csc_sites.json:." --add-data="data/de440s.bsp:data/de440s.bsp" \
--paths=./front --paths=./device \
--collect-all=geomag \
root_app.py
Expand Down

0 comments on commit f49b2b5

Please sign in to comment.