diff --git a/launch.sh b/launch.sh index bdc5b33..d957ad0 100755 --- a/launch.sh +++ b/launch.sh @@ -10,4 +10,4 @@ for lang in $(ls *.po); do msgfmt -c -o ../locale/${lang//_/-}/LC_MESSAGES/manjaro-hello.mo $lang.po done cd .. -python src/manjaro_hello.py +python3 src/manjaro_hello.py