We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8944a6 + 6db0eec commit 81e37a9Copy full SHA for 81e37a9
scripts/setup_tauri.sh
@@ -20,7 +20,7 @@ python -m PyInstaller --clean --noconfirm \
20
--collect-all e3sm_quickview \
21
--hidden-import pkgutil \
22
--add-binary="$(which pvpython):." \
23
- src/e3sm_quickview/app2.py
+ src/e3sm_quickview/app.py
24
25
# Generate trame www + quickview
26
python -m trame.tools.www --output ./src-tauri/www
0 commit comments