Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 3a20277

Browse files
author
Pedro
committed
Fix script copy in Flatpak build using install -Dm755
1 parent 480f0a5 commit 3a20277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flatpak-build/org.pedrodev2025.NavegadorPyTech.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ modules:
2929
buildsystem: simple
3030
build-commands:
3131
# Copia o script Python para /app/bin/ com o nome completo
32-
- cp navegador.py /app/bin/navegador.py
32+
- install -Dm755 navegador.py /app/bin/navegador.py # <-- CORREÇÃO AQUI
3333
# Copia o arquivo .desktop para o local correto
3434
- install -Dm644 org.pedrodev2025.NavegadorPyTech.desktop /app/share/applications/org.pedrodev2025.NavegadorPyTech.desktop
3535
# Copia o ícone para o local correto

0 commit comments

Comments
 (0)