We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8944a6 commit 6db0eecCopy full SHA for 6db0eec
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