Skip to content

Commit

Permalink
fix: remove compression to avoid antivirus false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxron committed Feb 1, 2025
1 parent 1bca9c9 commit ff4319a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
with:
go-version: stable

- name: Install UPX
run: sudo apt-get update && sudo apt-get install -y upx-ucl

- name: Get Versions
id: get_versions
run: |
Expand All @@ -34,10 +31,6 @@ jobs:
GOOS=windows GOARCH=amd64 go build -ldflags="$BUILD_FLAGS" -o rotten-windows-amd64.exe ./cmd
GOOS=darwin GOARCH=amd64 go build -ldflags="$BUILD_FLAGS" -o rotten-darwin-amd64 ./cmd
GOOS=darwin GOARCH=arm64 go build -ldflags="$BUILD_FLAGS" -o rotten-darwin-arm64 ./cmd
# Compress Linux and Windows binaries only
upx --best --lzma rotten-linux-amd64
upx --best --lzma rotten-windows-amd64.exe
- name: Create Release
env:
Expand Down
2 changes: 1 addition & 1 deletion exports/official/export_config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"engineVersion": "1.0.0",
"exportVersion": "0.1.0",
"exportVersion": "0.1.1",
"salt": "r0t3ct0r_s4lt_f0r_3xp0rt5_2025_1738205981",
"description": "Official Export from a 1 hour test run",
"hashType": "argon2id",
Expand Down

0 comments on commit ff4319a

Please sign in to comment.