From 6db0eecbe322ad651bd92e12448023bc87f0d4fe Mon Sep 17 00:00:00 2001 From: Abhishek Yenpure Date: Mon, 8 Dec 2025 15:46:35 -0800 Subject: [PATCH] fix: incorrect packaging script resulting in release failures --- scripts/setup_tauri.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup_tauri.sh b/scripts/setup_tauri.sh index 43fe389..0f68228 100755 --- a/scripts/setup_tauri.sh +++ b/scripts/setup_tauri.sh @@ -20,7 +20,7 @@ python -m PyInstaller --clean --noconfirm \ --collect-all e3sm_quickview \ --hidden-import pkgutil \ --add-binary="$(which pvpython):." \ - src/e3sm_quickview/app2.py + src/e3sm_quickview/app.py # Generate trame www + quickview python -m trame.tools.www --output ./src-tauri/www