Skip to content

Commit

Permalink
add translations and preference
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jun 25, 2024
1 parent d48c78b commit d962af7
Show file tree
Hide file tree
Showing 101 changed files with 6,711 additions and 172 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
Add-Content -Path $env:GITHUB_ENV -Value "RUSTFLAGS=-C target-feature=+crt-static"
shell: pwsh

# Run pre build
- name: Run pre_build.js on ${{ matrix.platform }}
run: bun scripts/pre_build.js

- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -63,4 +67,5 @@ jobs:
releaseDraft: true
prerelease: false
args: ${{ matrix.args }}
projectPath: './desktop'
tauriScript: bunx tauri
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ dist-ssr

schemas/
nllb-200-distilled-600M/
.DS_Store
.DS_Store
openblas/
target/
Loading

0 comments on commit d962af7

Please sign in to comment.