Correcoes nos scripts

This commit is contained in:
HalbeBruno
2026-02-22 07:53:44 -03:00
parent b264b583b8
commit 65d271467e
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ cd "$(dirname "$0")/.."
# Configuration
OUTPUT_BASE="dist/licenses"
PYARMOR="./venv/bin/pyarmor"
PYARMOR="./venv/bin/python3 ./venv/bin/pyarmor"
# Colors (only if terminal supports it, otherwise empty)
if [ -t 1 ]; then