Skip to content

Commit

Permalink
Made github to automatillcly make the macOS and Linux executables hav…
Browse files Browse the repository at this point in the history
…e the premission to execute
  • Loading branch information
mas6y6 committed Dec 4, 2024
1 parent 5ed01a4 commit 1ef1111
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/automatic_cipheros_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ jobs:
elif [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then
echo "Compiling for Linux (${RUNNER_ARCH})..."
pyinstaller main.py --distpath "$OUTPUT_DIR" --onefile --icon="./icon.ico" --name="cipheros"
chmod +x $OUTPUT_DIR/cipheros
elif [[ "${{ matrix.os }}" == "macos-latest" ]]; then
echo "Compiling for macOS (${RUNNER_ARCH})..."
pyinstaller main.py --distpath "$OUTPUT_DIR" --onefile --icon="./icon.ico" --name="cipheros"
chmod +x $OUTPUT_DIR/cipheros
fi
- name: Test Initialization
Expand Down

0 comments on commit 1ef1111

Please sign in to comment.