Skip to content

Commit

Permalink
📦 Only build for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Somfic committed Dec 3, 2023
1 parent a8e29f5 commit 8d51cc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
release:
runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- name: Checkout code
Expand Down
23 changes: 5 additions & 18 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,11 @@
},
"bundle": {
"active": true,
"targets": "all",
"targets": "msi",
"identifier": "somfic.dev.vla",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"externalBin": [
"binaries/csharp"
],
"resources": [
".\\libgcc_s_seh-1.dll",
".\\libstdc++-6.dll",
".\\libvosk.dll",
".\\libwinpthread-1.dll"
]
"icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"],
"externalBin": ["binaries/csharp"],
"resources": ["LdaNative.dll", "uiohook.dll", "runtimes\\win-x64\\whisper.dll"]
},
"security": {
"csp": null
Expand All @@ -59,4 +46,4 @@
}
]
}
}
}

0 comments on commit 8d51cc6

Please sign in to comment.