From caa452ad08b7af11d41242686e1bbaec818f22b9 Mon Sep 17 00:00:00 2001 From: justuser Date: Fri, 13 Dec 2024 22:03:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D1=80=D1=83=D0=B3=D0=B8=D1=85?= =?UTF-8?q?=20=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D0=BD=D1=8F=D0=B5=D0=BC=D1=8B?= =?UTF-8?q?=D1=85=20=D1=84=D0=B0=D0=B9=D0=BB=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- org.getmonero.wallet.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/org.getmonero.wallet.yml b/org.getmonero.wallet.yml index 06d3b44..993a516 100644 --- a/org.getmonero.wallet.yml +++ b/org.getmonero.wallet.yml @@ -20,7 +20,9 @@ modules: buildsystem: simple build-commands: - cp -r wallet /app/ - - chmod +x "/app/wallet/monero-wallet-gui" + - chmod +x /app/wallet/monero-wallet-gui + - chmod +x /app/wallet/monerod + - chmod +x /app/wallet/extras/* sources: - type: dir path: "build"