diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 3267cda..a553f58 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -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