Skip to content

Commit

Permalink
fix(windows): currectly include openssl dll files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Nijhuis committed Dec 22, 2023
1 parent 3ed9989 commit d662660
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
choco install openssl
mkdir -p "C:\Program Files\OpenSSL\ca"
curl -o "C:\Program Files\OpenSSL\ca\cacert.pem" https://curl.se/ca/cacert.pem
copy "C:\Program Files\OpenSSL\bin\libcrypto-3-x64.dll" .\src-tauri\resources
copy "C:\Program Files\OpenSSL\bin\libssl-3-x64.dll" .\src-tauri\resources
copy "C:\Program Files\OpenSSL\bin\libcrypto-3-x64.dll" .\src-tauri
copy "C:\Program Files\OpenSSL\bin\libssl-3-x64.dll" .\src-tauri
- name: Build Vite + Tauri (MacOS + Linux)
if: matrix.platform != 'windows-latest'
Expand Down
Empty file removed src-tauri/resources/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"icons/icon.ico"
],
"resources": [
"resources/*"
"./*.dll"
]
},
"windows": [
Expand Down

0 comments on commit d662660

Please sign in to comment.