Desktop app fix

This commit is contained in:
koalasat
2025-08-12 12:15:35 +02:00
parent 9d3f4dc3c9
commit f79d3789b6
2 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,6 @@ jobs:
npm install
- name: 'Build'
run: |
export NODE_OPTIONS="--max-old-space-size=4096"
cd frontend
npm run build
- name: 'Archive Django Static Build Results'

View File

@ -41,6 +41,7 @@ license: AGPL-3.0
remote_metadata:
- github
assets: # for github
- robosats-v\d+\.\d+\.\d+.\w+-universal.apk
- robosats-v\d+\.\d+\.\d+.\w+-arm64-v8a.apk
- robosats-v\d+\.\d+\.\d+.\w+-armeabi-v7a.apk
- robosats-v\d+\.\d+\.\d+.\w+-universal\.\w+.apk
- robosats-v\d+\.\d+\.\d+.\w+-arm64-v8a\.\w+.apk
- robosats-v\d+\.\d+\.\d+.\w+-armeabi-v7a\.\w+.apk
- robosats-v\d+\.\d+\.\d+.\w+-x86_64\.\w+.apk