Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
UI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marekkon5 committed Jan 22, 2021
1 parent 45565f9 commit 7f9428c
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 50 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
infile: 'target/release/discogstaggerrs'
strip_args: '--strip-all'
upx_args: '-9'
upx_args: '-9 --lzma'

# Upload
- name: Upload
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Compress
run: |
choco install upx
upx -9 target\release\discogstaggerrs.exe
upx -9 --lzma target\release\discogstaggerrs.exe
# Upload
- name: Upload
Expand Down
Loading

0 comments on commit 7f9428c

Please sign in to comment.