From 0cdc66d4452282b34080eae73bd5225f08eeda7b Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Fri, 21 Jun 2024 21:41:10 -0400 Subject: [PATCH] Update build-linux.yml --- .github/workflows/build-linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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