mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 21:58:31 +02:00
Update build-macos.yml
This commit is contained in:
parent
719a83e58a
commit
04f2c1280a
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build-macos.yml
vendored
5
.github/workflows/build-macos.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
|
||||
- name: Install packages
|
||||
run: |
|
||||
brew install glfw glew curl
|
||||
brew install glfw glew
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
@ -43,9 +43,8 @@ jobs:
|
|||
|
||||
- name: Package as .app
|
||||
run: |
|
||||
curl -o Picocrypt.app.zip https://github.com/user-attachments/files/15934813/Picocrypt.app.zip
|
||||
mv dist/macos/Picocrypt.app.zip .
|
||||
ls -l
|
||||
mkdir Picocrypt.app
|
||||
unzip -d Picocrypt.app Picocrypt.app.zip
|
||||
rm Picocrypt.app.zip
|
||||
mv src/Picocrypt Picocrypt.app/Contents/MacOS/Picocrypt
|
||||
|
|
Loading…
Add table
Reference in a new issue