Skip to content

Commit

Permalink
Feat/deep links (#134)
Browse files Browse the repository at this point in the history
* feat: pretty app version for nvidia / older cpu

* fix: catch whisper.cpp panics

* fix: batch export as json

* feat: add deep links

* fix warnings

* fix warning

* handle file opened

* handle argv

* fix and updates on macos

* remove logs

* cargo fmt

* update windows ffmpeg to 7.0

* version update
  • Loading branch information
thewh1teagle authored Jun 19, 2024
1 parent 1987642 commit c18730a
Show file tree
Hide file tree
Showing 29 changed files with 1,275 additions and 1,004 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_linux_cuda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
# Run pre build
- name: Run pre_build.js
run: bun scripts/pre_build.js --nvidia
env:
INPUT_CUDA_VERSION: ${{ matrix.cuda_version }}

- name: Build
uses: tauri-apps/tauri-action@v0
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release_nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
# Run pre build
- name: Run pre_build.js
run: bun scripts/pre_build.js --nvidia
env:
INPUT_CUDA_VERSION: ${{ matrix.cuda-toolkit }}

- name: Build
uses: tauri-apps/tauri-action@v0
Expand Down
Loading

0 comments on commit c18730a

Please sign in to comment.