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

Commit 353b926

Browse files
author
Pedro
committed
Final fix for cp command: specify full destination path in Flatpak build
1 parent d6b1aed commit 353b926

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
@@ -27,7 +27,7 @@ modules:
2727
- name: navegador-app
2828
buildsystem: simple
2929
build-commands:
30-
- cp navegador.py /app/bin/
30+
- cp navegador.py /app/bin/navegador.py
3131
- install -Dm644 org.pedrodev2025.NavegadorPyTech.desktop /app/share/applications/org.pedrodev2025.NavegadorPyTech.desktop
3232
- install -Dm644 org.pedrodev2025.NavegadorPyTech.png /app/share/icons/hicolor/512x512/apps/org.pedrodev2025.NavegadorPyTech.png
3333
sources:

0 commit comments

Comments
 (0)