Skip to content

Commit e0f1cee

Browse files
committed
No more UPX on Windows .exe -> Defender Trojan false positive
1 parent 1079ef0 commit e0f1cee

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
- target: x86_64-pc-windows-msvc
3939
runner: windows-latest
4040
asset_name: dstimer-windows-x86_64.exe
41-
use_upx: true
4241

4342
steps:
4443
- uses: actions/checkout@v4

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dstimer"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
edition = "2021"
55
description = "A dead-simple, cross-platform CLI countdown timer with color-changing progress bar and optional audio playback"
66
license = "MIT"

0 commit comments

Comments
 (0)