mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-05 18:20:35 -08:00
Update build-nuitka.sh
This commit is contained in:
parent
3a90353853
commit
6aa0a6a535
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ python -m nuitka ${NUITKA_COMMON_ARGS} ${NUITKA_ARGS} g4f_cli.py
|
|||
echo "Build completed: ${OUTPUT_DIR}/${OUTPUT_NAME}"
|
||||
|
||||
# Verify the build
|
||||
if [[ -f "${OUTPUT_DIR}/${OUTPUT_NAME}" ]]; then
|
||||
if compgen -G "${OUTPUT_DIR}/*" > /dev/null; then
|
||||
echo "✓ Build successful!"
|
||||
ls -la "${OUTPUT_DIR}/${OUTPUT_NAME}"
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue