mirror of
https://github.com/bryangerlach/rdgen.git
synced 2026-04-29 11:19:58 +00:00
remove new version notification fix
This commit is contained in:
3
.github/workflows/generator-android.yml
vendored
3
.github/workflows/generator-android.yml
vendored
@@ -416,8 +416,7 @@ jobs:
|
||||
continue-on-error: true
|
||||
if: fromJson(inputs.extras).removeNewVersionNotif == 'true'
|
||||
run: |
|
||||
wget https://raw.githubusercontent.com/bryangerlach/rdgen/refs/heads/master/.github/patches/removeNewVersionNotif.diff
|
||||
git apply removeNewVersionNotif.diff
|
||||
sed -i -e 's|updateUrl.isNotEmpty|false|' ./flutter/lib/desktop/pages/desktop_home_page.dart
|
||||
|
||||
- name: Report Status
|
||||
uses: fjogeleit/http-request-action@v1
|
||||
|
||||
Reference in New Issue
Block a user