From f34e6032137c76ab220a542367bab73f82403075 Mon Sep 17 00:00:00 2001 From: Rudxain <76864299+Rudxain@users.noreply.github.com> Date: Thu, 10 Jul 2025 02:31:13 -0400 Subject: [PATCH 1/2] docs: new log-file name forgot to change this in 2d8d06f --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 403d676..adb0800 100644 --- a/src/main.rs +++ b/src/main.rs @@ -33,7 +33,7 @@ fn main() -> iced::Result { gui::UadGui::start() } -/// Sets up logging to a new file in `CACHE_DIR/UAD`_{time}.log +/// Sets up logging to a new file in `CACHE_DIR"/uadng.log"` /// Also attaches the terminal on Windows machines /// ''' /// match `setup_logger().expect("Error` setting up logger") From 1fda255b69ecb41559bfb401f7f54514d07865e2 Mon Sep 17 00:00:00 2001 From: Rudxain <76864299+Rudxain@users.noreply.github.com> Date: Thu, 10 Jul 2025 02:41:46 -0400 Subject: [PATCH 2/2] ci: rm mold (missed in b86bb3c) --- .github/workflows/build_artifacts.yml | 1 - .github/workflows/ci.yml | 1 - flake.nix | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/workflows/build_artifacts.yml b/.github/workflows/build_artifacts.yml index bb167e3..5a36013 100644 --- a/.github/workflows/build_artifacts.yml +++ b/.github/workflows/build_artifacts.yml @@ -30,7 +30,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - - uses: rui314/setup-mold@v1 # faster linker - uses: actions/cache@v4 with: path: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b62d42..bce9c65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,6 @@ jobs: args: " -- --check" steps: - uses: actions/checkout@v4 - - uses: rui314/setup-mold@v1 # faster linker - uses: actions/cache@v4 with: path: | diff --git a/flake.nix b/flake.nix index ba1a303..a9de2c1 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,6 @@ cargo clang pkg-config - mold android-tools ];