8 Commits

Author SHA1 Message Date
58e0fd14f3 moved repository 2023-12-05 19:39:27 -06:00
57c9f114ba removed bridge and android builds 2023-09-29 23:07:47 -05:00
a96e6d7269 disabled android build workflow 2023-09-26 13:00:59 -05:00
537e2b38dc changed workflow call
Some checks failed
rustdesk-android-aarch64 / generate-bridge-linux (push) Failing after 12s
rustdesk-android-aarch64 / build rustdesk android apk ${{ matrix.job.target }} (${{ matrix.job.os }}) [${{ matrix.job.extra-build-features }}] (map[arch:aarch64 extra-build-features: openssl-arch:android-arm64 os:ubuntu-20.04 target:aarch64-linux-android]) (push) Has been skipped
2023-09-26 10:50:01 -05:00
902568721d testing 2023-09-26 10:35:52 -05:00
c2ebf41a1b changed runs-on to self-hosted
All checks were successful
release / ${{ matrix.job.target }} (${{ matrix.job.os }}) (map[arch:x86_64 os:windows-2019 target:x86_64-pc-windows-msvc]) (push) Has been cancelled
2023-09-26 10:20:23 -05:00
d84081577f removed macos ios and linux arm
All checks were successful
release / ${{ matrix.job.target }} (${{ matrix.job.os }}) (map[arch:x86_64 os:windows-2019 target:x86_64-pc-windows-msvc]) (push) Has been cancelled
2023-09-26 10:18:58 -05:00
28e55ca988 renamed windows build workflow
All checks were successful
release / ${{ matrix.job.target }} (${{ matrix.job.os }}) (map[arch:x86_64 os:windows-2019 target:x86_64-pc-windows-msvc]) (push) Has been cancelled
2023-09-26 10:14:12 -05:00
733 changed files with 4 additions and 1697 deletions

0
.cargo/config.toml Normal file → Executable file
View File

0
.gitattributes vendored Normal file → Executable file
View File

0
.gitea/FUNDING.yml Normal file → Executable file
View File

0
.gitea/ISSUE_TEMPLATE/bug_report.yaml Normal file → Executable file
View File

0
.gitea/ISSUE_TEMPLATE/config.yml Normal file → Executable file
View File

0
.gitea/ISSUE_TEMPLATE/task.yaml Normal file → Executable file
View File

0
.gitea/workflows-backup/bridge.yml Normal file → Executable file
View File

0
.gitea/workflows-backup/ci.yml Normal file → Executable file
View File

File diff suppressed because it is too large Load Diff

0
.gitea/workflows-backup/flutter-ci.yml Normal file → Executable file
View File

0
.gitea/workflows-backup/flutter-nightly.yml Normal file → Executable file
View File

0
.gitea/workflows-backup/flutter-tag.yml Normal file → Executable file
View File

0
.gitea/workflows-backup/history.yml Normal file → Executable file
View File

0
.gitea/workflows-backup/vcpkg-deps-linux.yml Normal file → Executable file
View File

0
.gitea/workflows-backup/winget.yml Normal file → Executable file
View File

View File

@@ -1,6 +1,8 @@
name: release
name: rustdesk-windows-x64
on:
push:
tags:
- '*'
env:
CARGO_NDK_VERSION: "3.1.2"
@@ -23,7 +25,7 @@ env:
RENDEZVOUS_SERVER: '${{ secrets.RENDEZVOUS_SERVER }}'
jobs:
release:
rustdesk-windows-x64:
name: ${{ matrix.job.target }} (${{ matrix.job.os }})
runs-on: [self-hosted, Windows]
strategy:

0
.gitignore vendored Normal file → Executable file
View File

0
Cargo.lock generated Normal file → Executable file
View File

0
Cargo.toml Normal file → Executable file
View File

0
Dockerfile Normal file → Executable file
View File

0
LICENCE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
appimage/AppImageBuilder-aarch64.yml Normal file → Executable file
View File

0
appimage/AppImageBuilder-x86_64.yml Normal file → Executable file
View File

0
build.rs Normal file → Executable file
View File

0
docs/CODE_OF_CONDUCT-NL.md Normal file → Executable file
View File

0
docs/CODE_OF_CONDUCT-PL.md Normal file → Executable file
View File

0
docs/CODE_OF_CONDUCT-RU.md Normal file → Executable file
View File

0
docs/CODE_OF_CONDUCT-TR.md Normal file → Executable file
View File

0
docs/CODE_OF_CONDUCT.md Normal file → Executable file
View File

0
docs/CONTRIBUTING-DE.md Normal file → Executable file
View File

0
docs/CONTRIBUTING-ID.md Normal file → Executable file
View File

0
docs/CONTRIBUTING-IT.md Normal file → Executable file
View File

0
docs/CONTRIBUTING-NL.md Normal file → Executable file
View File

0
docs/CONTRIBUTING-PL.md Normal file → Executable file
View File

0
docs/CONTRIBUTING-RU.md Normal file → Executable file
View File

0
docs/CONTRIBUTING-TR.md Normal file → Executable file
View File

0
docs/CONTRIBUTING.md Normal file → Executable file
View File

0
docs/DEVCONTAINER-DE.md Normal file → Executable file
View File

0
docs/DEVCONTAINER-IT.md Normal file → Executable file
View File

0
docs/DEVCONTAINER-NL.md Normal file → Executable file
View File

0
docs/DEVCONTAINER-PL.md Normal file → Executable file
View File

0
docs/DEVCONTAINER-TR.md Normal file → Executable file
View File

0
docs/DEVCONTAINER.md Normal file → Executable file
View File

0
docs/README-AR.md Normal file → Executable file
View File

0
docs/README-CS.md Normal file → Executable file
View File

0
docs/README-DA.md Normal file → Executable file
View File

0
docs/README-DE.md Normal file → Executable file
View File

0
docs/README-EO.md Normal file → Executable file
View File

0
docs/README-ES.md Normal file → Executable file
View File

0
docs/README-FA.md Normal file → Executable file
View File

0
docs/README-FI.md Normal file → Executable file
View File

0
docs/README-FR.md Normal file → Executable file
View File

0
docs/README-GR.md Normal file → Executable file
View File

0
docs/README-HU.md Normal file → Executable file
View File

0
docs/README-ID.md Normal file → Executable file
View File

0
docs/README-IT.md Normal file → Executable file
View File

0
docs/README-JP.md Normal file → Executable file
View File

0
docs/README-KR.md Normal file → Executable file
View File

0
docs/README-ML.md Normal file → Executable file
View File

0
docs/README-NL.md Normal file → Executable file
View File

0
docs/README-PL.md Normal file → Executable file
View File

0
docs/README-PTBR.md Normal file → Executable file
View File

0
docs/README-RU.md Normal file → Executable file
View File

0
docs/README-TR.md Normal file → Executable file
View File

0
docs/README-UA.md Normal file → Executable file
View File

0
docs/README-VN.md Normal file → Executable file
View File

0
docs/README-ZH.md Normal file → Executable file
View File

0
docs/SECURITY-DE.md Normal file → Executable file
View File

0
docs/SECURITY-IT.md Normal file → Executable file
View File

0
docs/SECURITY-NL.md Normal file → Executable file
View File

0
docs/SECURITY-PL.md Normal file → Executable file
View File

0
docs/SECURITY-TR.md Normal file → Executable file
View File

0
docs/SECURITY.md Normal file → Executable file
View File

0
examples/custom_plugin/Cargo.toml Normal file → Executable file
View File

0
examples/custom_plugin/src/lib.rs Normal file → Executable file
View File

0
fastlane/metadata/android/en-US/full_description.txt Normal file → Executable file
View File

0
fastlane/metadata/android/en-US/images/icon.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 318 KiB

After

Width:  |  Height:  |  Size: 318 KiB

View File

Before

Width:  |  Height:  |  Size: 419 KiB

After

Width:  |  Height:  |  Size: 419 KiB

View File

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 124 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 451 KiB

After

Width:  |  Height:  |  Size: 451 KiB

View File

Before

Width:  |  Height:  |  Size: 378 KiB

After

Width:  |  Height:  |  Size: 378 KiB

View File

Before

Width:  |  Height:  |  Size: 266 KiB

After

Width:  |  Height:  |  Size: 266 KiB

0
fastlane/metadata/android/en-US/short_description.txt Normal file → Executable file
View File

0
fastlane/metadata/android/fr-FR/full_description.txt Normal file → Executable file
View File

0
fastlane/metadata/android/fr-FR/short_description.txt Normal file → Executable file
View File

0
fastlane/metadata/android/nl-NL/full_description.txt Normal file → Executable file
View File

0
fastlane/metadata/android/nl-NL/short_description.txt Normal file → Executable file
View File

0
fastlane/metadata/android/zh-CN/full_description.txt Normal file → Executable file
View File

0
fastlane/metadata/android/zh-CN/short_description.txt Normal file → Executable file
View File

0
flatpak/rustdesk.json Normal file → Executable file
View File

0
flatpak/xdotool.json Normal file → Executable file
View File

0
flutter/.gitattributes vendored Normal file → Executable file
View File

0
flutter/.gitignore vendored Normal file → Executable file
View File

0
flutter/.metadata Normal file → Executable file
View File

0
flutter/README.md Normal file → Executable file
View File

0
flutter/analysis_options.yaml Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More