diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c8032f5..dc7677f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: - name: Install Mac Rust Targets if: matrix.platform == 'macos-latest' - run: rustup target add universal-apple-darwin + run: rustup target add aarch64-apple-darwin - name: Install Ubuntu dependencies if: matrix.platform == 'ubuntu-latest' diff --git a/package.json b/package.json index aeee3d0..065fe16 100644 --- a/package.json +++ b/package.json @@ -53,5 +53,5 @@ "watch:sass": "sass --watch sass:public --style compressed" }, "type": "module", - "version": "2023.12.01.1" + "version": "2023.12.01.2" } diff --git a/src/utility/authns.ts b/src/utility/authns.ts index 5ef769d..d9fb38b 100644 --- a/src/utility/authns.ts +++ b/src/utility/authns.ts @@ -3,7 +3,7 @@ /// import -import { Buffer } from "Buffer"; +import { Buffer } from "buffer"; import { BaseDirectory, readTextFile } from "@tauri-apps/api/fs"; import { parse as toml } from "smol-toml"; import { sep as separator } from "@tauri-apps/api/path";