Skip to content

Commit eca9b7a

Browse files
fix: Update release body message in build workflow and enhance installation security notice in README
1 parent 6553138 commit eca9b7a

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
tagName: ${{ github.ref_name }}
9494
releaseName: "Release ${{ github.ref_name }}"
95-
releaseBody: "Voir le changelog pour les détails de cette version."
95+
releaseBody: "New release"
9696
releaseDraft: false
9797
prerelease: false
9898
includeRelease: true

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ A modern desktop application that monitors security vulnerabilities across your
66

77
<img width="829" height="102" alt="image" src="https://github.com/user-attachments/assets/69e1730a-720b-4647-9025-6c776309b75e" />
88

9+
## 🔒 Installation Security Notice
10+
11+
When installing this application, you may encounter security warnings from your operating system.
12+
Why this happens: **This application is not code-signed** with a commercial certificate, which is a costly process for open-source projects.
13+
914
## 📋 Features
1015

1116
### Core Functionality

0 commit comments

Comments
 (0)