change copyright name to appname, fix bug in import configuration settings

This commit is contained in:
Bryan Gerlach
2025-02-12 13:32:12 -06:00
parent f420425ecb
commit 6c2e2f39e9
4 changed files with 42 additions and 17 deletions

View File

@@ -277,6 +277,8 @@ jobs:
sed -i -e 's|OriginalFilename = "rustdesk.exe"|OriginalFilename = "${{ inputs.appname }}.exe"|' ./libs/portable/Cargo.toml
find ./src/lang -name "*.rs" -exec sed -i -e 's|RustDesk|${{ inputs.appname }}|' {} \;
sed -i -e '/-p tmpdeb\/usr\/lib\/rustdesk/d' ./build.py
sed -i -e 's|Purslane Ltd.|${{ inputs.appname }}|' ./Cargo.toml
sed -i -e 's|Purslane Ltd|${{ inputs.appname }}|' ./libs/portable/Cargo.toml
- name: allow custom.txt
continue-on-error: true