[READ-ONLY] Mirror of https://github.com/probablykasper/mr-tagger. Music file tagging app for Mac, Linux and Windows
audio linux macos music tagger tauri windows
0

Configure Feed

Select the types of activity you want to include in your feed.

Remove macOS 10.13 workaround

Kasper (Feb 18, 2022, 6:40 PM +0100) 77552ab6 577fe653

-1
-1
src-tauri/src/build.rs
··· 1 1 fn main() { 2 - println!("cargo:rustc-env=MACOSX_DEPLOYMENT_TARGET=10.13"); 3 2 tauri_build::build(); 4 3 }