Исправление других исполняемых файлов

This commit is contained in:
justuser 2024-12-13 22:03:32 +03:00
parent 9e5f42e656
commit caa452ad08

View File

@ -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"