This commit is contained in:
Connor Yoh 2025-07-04 18:16:19 +01:00
parent c2e40aabe4
commit 076301b290
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ echo • Modules: %MODULES%
echo.
echo 📋 Next steps:
echo 1. cd frontend
echo 2. npm run tauri build
echo 2. npm run tauri-build
echo.
echo 💡 Testing:
echo • Test bundled runtime: frontend\src-tauri\runtime\launch-stirling.bat

View File

@ -215,7 +215,7 @@ echo " • Modules: $MODULES"
echo ""
echo -e "${BLUE}📋 Next steps:${NC}"
echo " 1. cd frontend"
echo " 2. npm run tauri build"
echo " 2. npm run tauri-build"
echo ""
echo -e "${BLUE}💡 Testing:${NC}"
echo " • Test bundled runtime: $LAUNCHER_SCRIPT"