mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-12 21:58:31 +02:00
Update build-linux.yml
This commit is contained in:
parent
2c530d0d9f
commit
0cdc66d445
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-linux.yml
vendored
4
.github/workflows/build-linux.yml
vendored
|
@ -44,10 +44,10 @@ jobs:
|
|||
|
||||
- name: Package as .deb
|
||||
run: |
|
||||
wget https://github.com/user-attachments/files/15922055/Picocrypt.zip
|
||||
wget https://github.com/user-attachments/files/15934717/Picocrypt.zip
|
||||
python -m zipfile -e Picocrypt.zip Picocrypt
|
||||
ls
|
||||
cp src/Picocrypt Picocrypt/Picocrypt/usr/local/bin/
|
||||
cp src/Picocrypt Picocrypt/Picocrypt/usr/bin/picocrypt-gui
|
||||
cd Picocrypt
|
||||
dpkg-deb --build --root-owner-group Picocrypt
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue