Skip to content

Commit ff418a1

Browse files
m_igashim_igashi
authored andcommitted
build: include replaygain feature in release binaries
- Update release workflow to build with --features replaygain - Update README to note that binaries include ReplayGain support
1 parent ff469f9 commit ff418a1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
targets: ${{ matrix.target }}
3636

3737
- name: Build
38-
run: cargo build --release --target ${{ matrix.target }}
38+
run: cargo build --release --features replaygain --target ${{ matrix.target }}
3939

4040
- name: Upload artifact (Unix)
4141
if: runner.os != 'Windows'

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Download the latest release from [GitHub Releases](https://github.com/M-Igashi/m
4545
- Windows (x86_64): `mp3rgain-*-windows-x86_64.zip`
4646
- Windows (ARM64): `mp3rgain-*-windows-arm64.zip`
4747

48+
All binaries include ReplayGain support (`-r` and `-a` options).
49+
4850
## Usage
4951

5052
### Show file information (default)

0 commit comments

Comments
 (0)