Update build-linux.yml

This commit is contained in:
Evan Su 2024-06-21 21:41:10 -04:00 committed by GitHub
parent 2c530d0d9f
commit 0cdc66d445
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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