Skip to content

Commit 6db0eec

Browse files
committed
fix: incorrect packaging script resulting in release failures
1 parent a8944a6 commit 6db0eec

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)