From a54953ff786000e57f52a0478d9d4273d87fd222 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Fri, 21 Jun 2024 23:53:17 -0400 Subject: [PATCH] Update build-macos.yml --- .github/workflows/build-macos.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 9fdcf91..a846861 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -43,7 +43,6 @@ jobs: - name: Package as .app run: | mv dist/macos/Picocrypt.app.zip . - ls -l unzip -d Picocrypt.app Picocrypt.app.zip rm Picocrypt.app.zip mv src/Picocrypt Picocrypt.app/Contents/MacOS/Picocrypt