mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
deps
This commit is contained in:
parent
ae79229c00
commit
b1bcac5a6d
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -444,6 +444,10 @@ jobs:
|
|||
unzip -o .build/darwin-x64-app/Void-RawApp-darwin-x64.zip -d .build/darwin-universal/x64
|
||||
unzip -o .build/darwin-arm64-app/Void-RawApp-darwin-arm64.zip -d .build/darwin-universal/arm64
|
||||
|
||||
- name: Install dependencies for universal app
|
||||
run: |
|
||||
npm install
|
||||
|
||||
- name: Create Universal App
|
||||
run: |
|
||||
# Script to create universal binary
|
||||
|
|
|
|||
Loading…
Reference in a new issue