allow custom android application id

This commit is contained in:
Bryan Gerlach
2026-01-06 16:02:53 -06:00
parent ceaf44f71d
commit 54ff4d8c8b
5 changed files with 16 additions and 0 deletions

View File

@@ -195,6 +195,8 @@ jobs:
sed -i -e 's|"rustdesk.exe"|"${{ inputs.filename }}"|' ./flutter/windows/runner/Runner.rc
sed -i -e 's|"RustDesk"|"${{ inputs.appname }}"|' ./flutter/windows/runner/Runner.rc
# ./src/lang/en.rs
# change powered by rustdek to powered by compname
sed -i -e 's|Powered by RustDesk|Powered by ${{ fromJson(inputs.extras).compname }}|' ./src/lang/en.rs
find ./src/lang -name "*.rs" -exec sed -i -e 's|RustDesk|${{ inputs.appname }}|' {} \;
- name: fix registry if appname has a space