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
e56b2b671a
commit
9a3c3c72dc
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-macos.yml
vendored
3
.github/workflows/build-macos.yml
vendored
|
@ -45,7 +45,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
wget -o Picocrypt.app.zip https://github.com/user-attachments/files/15934813/Picocrypt.app.zip
|
wget -o Picocrypt.app.zip https://github.com/user-attachments/files/15934813/Picocrypt.app.zip
|
||||||
ls -l
|
ls -l
|
||||||
tar -zxvf Picocrypt.app.zip
|
mkdir Picocrypt.app
|
||||||
|
unzip -d Picocrypt.app Picocrypt.app.zip
|
||||||
rm Picocrypt.app.zip
|
rm Picocrypt.app.zip
|
||||||
mv src/Picocrypt Picocrypt.app/Contents/MacOS/Picocrypt
|
mv src/Picocrypt Picocrypt.app/Contents/MacOS/Picocrypt
|
||||||
zip -r Picocrypt.app.zip Picocrypt.app
|
zip -r Picocrypt.app.zip Picocrypt.app
|
||||||
|
|
Loading…
Add table
Reference in a new issue