Skip to content

Commit

Permalink
build: use pre-built binaries (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
derevnjuk authored Aug 27, 2023
1 parent f8fb98d commit 831ea55
Show file tree
Hide file tree
Showing 7 changed files with 557 additions and 204 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,7 @@ jobs:

- name: Copy deps
if: startsWith(matrix.os, 'win')
run: |
Copy-Item ".\node_modules\@neuralegion\os-service\build\Release\service.node" -Destination ".\bin\service.node"
Copy-Item ".\node_modules\win-ca\lib\crypt32-ia32.node" -Destination ".\bin\crypt32-ia32.node"
Copy-Item ".\node_modules\win-ca\lib\crypt32-x64.node" -Destination ".\bin\crypt32-x64.node"
Copy-Item ".\node_modules\win-ca\lib\roots.exe" -Destination ".\bin\roots.exe"
Copy-Item ".\node_modules\raw-socket\build\Release\raw.node" -Destination ".\bin\raw.node"
run: Copy-Item ".\node_modules\win-ca\lib\roots.exe" -Destination ".\bin\roots.exe"

- name: Install WIX
if: startsWith(matrix.os, 'win')
Expand Down
Loading

0 comments on commit 831ea55

Please sign in to comment.