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

Commit

Permalink
Bring in primary changes (#14)
Browse files Browse the repository at this point in the history
* accounts for empty state in export screen
- deletes lockfile

* adds .lock to .gitignore

* LAUNCH

* updates Github Action for universal Mac binaries

* GitHub Action fixes
  • Loading branch information
NetOpWibby authored Dec 1, 2023
1 parent f945341 commit 666e5ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
"watch:sass": "sass --watch sass:public --style compressed"
},
"type": "module",
"version": "2023.12.01.1"
"version": "2023.12.01.2"
}
2 changes: 1 addition & 1 deletion src/utility/authns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 666e5ad

Please sign in to comment.