Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
fail-fast: true
matrix:
include:
- platform: 'windows-latest'
args: ''
- platform: 'macos-14'
args: '--target universal-apple-darwin'
- platform: 'ubuntu-latest'
args: ''
- platform: 'windows-latest'
args: ''

runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -102,6 +102,11 @@ jobs:
- name: Var check
run: echo "SHORT_SHA=${{ steps.short-sha.outputs.SHORT_SHA }}, VERSION=${{ steps.tauri-version.outputs.VERSION }}"
shell: bash

- name: Copy CUDA DLLs (windows only)
if: startsWith(matrix.platform, 'windows')
run: cp "${{steps.cuda-toolkit.outputs.CUDA_PATH}}\bin\x64\cublas64_13.dll" ".\src-tauri\"
shell: pwsh

- name: Read SUMRY file
id: sumry
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
fail-fast: false
matrix:
include:
- platform: 'windows-latest'
args: ''
- platform: 'macos-14'
args: '--target universal-apple-darwin'
- platform: 'ubuntu-latest'
args: ''
- platform: 'windows-latest'
args: ''

runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -101,6 +101,11 @@ jobs:
run: echo "SHORT_SHA=${{ steps.short-sha.outputs.SHORT_SHA }}, VERSION=${{ steps.tauri-version.outputs.VERSION }}"
shell: bash

- name: Copy CUDA DLLs (windows only)
if: startsWith(matrix.platform, 'windows')
run: cp "${{steps.cuda-toolkit.outputs.CUDA_PATH}}\bin\x64\cublas64_13.dll" ".\src-tauri\"
shell: pwsh

- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scrybe",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"scripts": {
"build": "vite build",
Expand Down
3 changes: 3 additions & 0 deletions rust/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ clap = { version = "4.5.23", features = ["derive", "string"] }
whisper-rs = { version = "=0.15.1"}
serde = {version = "1.0.216", features = ["derive"]}
specta = "=2.0.0-rc.22"
[dependencies.tauri-specta]
features = ["derive", "typescript"]
version = "=2.0.0-rc.21"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ authors = ["you"]
description = "A Tauri App"
edition = "2021"
name = "scrybe"
version = "0.2.4"
version = "0.2.5"

[target]
[target."cfg(not(target_os = \"macos\"))"]
Expand Down
82 changes: 41 additions & 41 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
{
"$schema": "https://schema.tauri.app/config/2",
"app": {
"security": {
"csp": null
"$schema": "https://schema.tauri.app/config/2",
"app": {
"security": {
"csp": null
},
"windows": []
},
"windows": []
},
"build": {
"beforeBuildCommand": "pnpm build",
"beforeDevCommand": "pnpm dev",
"devUrl": "http://localhost:1420",
"frontendDist": "../build"
},
"bundle": {
"active": true,
"createUpdaterArtifacts": true,
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"targets": [
"deb",
"rpm",
"nsis",
"app",
"dmg"
]
},
"identifier": "com.scrybe.live",
"plugins": {
"updater": {
"endpoints": [
"https://github.com/synthlabs/scrybe/releases/latest/download/latest.json"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDIxM0EyNDBGNTM2M0Y2QTYKUldTbTltTlREeVE2SVRhZGhDamlXeHNHc2lzTjNLWFZWNXlJVVZFUytURmtHb2pXYm5CT0syRDcK"
}
},
"productName": "Scrybe",
"version": "0.2.4"
"build": {
"beforeBuildCommand": "pnpm build",
"beforeDevCommand": "pnpm dev",
"devUrl": "http://localhost:1420",
"frontendDist": "../build"
},
"bundle": {
"active": true,
"createUpdaterArtifacts": true,
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"targets": [
"deb",
"rpm",
"nsis",
"app",
"dmg"
]
},
"identifier": "com.scrybe.live",
"plugins": {
"updater": {
"endpoints": [
"https://github.com/synthlabs/scrybe/releases/latest/download/latest.json"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDIxM0EyNDBGNTM2M0Y2QTYKUldTbTltTlREeVE2SVRhZGhDamlXeHNHc2lzTjNLWFZWNXlJVVZFUytURmtHb2pXYm5CT0syRDcK"
}
},
"productName": "Scrybe",
"version": "0.2.5"
}
8 changes: 8 additions & 0 deletions src-tauri/tauri.windows.conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"identifier": "com.scrybe.live",
"bundle": {
"resources": [
"cublas64_13.dll"
]
}
}
1 change: 0 additions & 1 deletion src/routes/(app)/settings/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
<Separator />
<div class="space-y-4">
<AudioDevice />
<RecordingFormats />
<div class="max-w-72 space-y-2 pb-4">
<Label
id="audio_segment_size-label"
Expand Down