fix android app id

This commit is contained in:
Bryan Gerlach
2026-01-07 08:27:01 -06:00
parent 278234dd08
commit 5fb84b739c
2 changed files with 4 additions and 2 deletions

View File

@@ -368,7 +368,7 @@ jobs:
continue-on-error: true
shell: bash
run: |
sed -i -e 's|com.carriez.flutter_hbb|fromJson(inputs.extras).androidappid|' ./flutter/android/app/build.gradle
sed -i -e 's|com.carriez.flutter_hbb|${{ fromJson(inputs.extras).androidappid }}|' ./flutter/android/app/build.gradle
- name: change download link to custom
if: fromJson(inputs.extras).downloadLink != 'https://rustdesk.com/download'