Merge pull request #2166 from RoboSats/desktop-app-fix

Desktop app fix
This commit is contained in:
KoalaSat
2025-08-12 10:20:23 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

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

View File

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