Change name.
This commit is contained in:
parent
60abe8a32d
commit
777c33e0de
15
.github/workflows/flutter-rains.yml
vendored
Normal file
15
.github/workflows/flutter-rains.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
name: Flutter Nightly Build
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# schedule build every night
|
||||
- cron: "0 0 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
run-flutter-nightly-build:
|
||||
uses: ./.github/workflows/flutter-build.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
upload-artifact: true
|
||||
upload-tag: "rains"
|
||||
@ -1,5 +1,5 @@
|
||||
[Desktop Entry]
|
||||
Name=RustDesk See Rain
|
||||
Name=RustDesk
|
||||
GenericName=Remote Desktop
|
||||
Comment=Remote Desktop
|
||||
Exec=rustdesk %u
|
||||
|
||||
Loading…
Reference in New Issue
Block a user