remove new version notification fix

This commit is contained in:
Bryan Gerlach
2025-03-26 14:11:18 -05:00
parent c59a838f7b
commit 8b04b051fd
4 changed files with 5 additions and 8 deletions

View File

@@ -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