Skip to content

Commit 81e37a9

Browse files
authored
Merge pull request #7 from Kitware/script_fix
fix: incorrect packaging script resulting in release failures
2 parents a8944a6 + 6db0eec commit 81e37a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup_tauri.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ python -m PyInstaller --clean --noconfirm \
2020
--collect-all e3sm_quickview \
2121
--hidden-import pkgutil \
2222
--add-binary="$(which pvpython):." \
23-
src/e3sm_quickview/app2.py
23+
src/e3sm_quickview/app.py
2424

2525
# Generate trame www + quickview
2626
python -m trame.tools.www --output ./src-tauri/www

0 commit comments

Comments
 (0)