mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 13:48:31 +02:00
Update build-macos.yml
This commit is contained in:
parent
9a3c3c72dc
commit
119d5bd5cf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-macos.yml
vendored
4
.github/workflows/build-macos.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: |
|
run: |
|
||||||
brew install glfw glew wget
|
brew install glfw glew curl
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
@ -43,7 +43,7 @@ jobs:
|
||||||
|
|
||||||
- name: Package as .app
|
- name: Package as .app
|
||||||
run: |
|
run: |
|
||||||
wget -o Picocrypt.app.zip https://github.com/user-attachments/files/15934813/Picocrypt.app.zip
|
curl -o Picocrypt.app.zip https://github.com/user-attachments/files/15934813/Picocrypt.app.zip
|
||||||
ls -l
|
ls -l
|
||||||
mkdir Picocrypt.app
|
mkdir Picocrypt.app
|
||||||
unzip -d Picocrypt.app Picocrypt.app.zip
|
unzip -d Picocrypt.app Picocrypt.app.zip
|
||||||
|
|
Loading…
Add table
Reference in a new issue