Skip to content

Commit

Permalink
v20230814 - fixed #1 #2
Browse files Browse the repository at this point in the history
  • Loading branch information
strd3983 committed Aug 14, 2023
1 parent 1b2f9af commit 919fd03
Show file tree
Hide file tree
Showing 6 changed files with 264 additions and 454 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
needs: create-release
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macOS-latest]
os: [windows-latest, ubuntu-latest]
include:
- os: windows-latest
goos: win
Expand All @@ -70,10 +70,6 @@ jobs:
goos: linux
build_args:
comp_cmd: zip concat.zip *.bin setting.*
- os: macOS-latest
goos: darwin
build_args: --macos-create-app-bundle --macos-app-version=v${{ needs.create-release.outputs.release_tag }}
comp_cmd: zip concat.zip *.app setting.*

runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
__pycache__/
*.py[cod]
*$py.class
*.txt
ffmpeg*

# C extensions
*.so
Expand Down
312 changes: 0 additions & 312 deletions Pipfile.lock

This file was deleted.

Loading

0 comments on commit 919fd03

Please sign in to comment.