Update build-macos.yml

This commit is contained in:
Evan Su 2024-06-21 22:31:26 -04:00 committed by GitHub
parent 9a3c3c72dc
commit 119d5bd5cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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