Skip to content

Commit

Permalink
#6 build binaries for aksy-fs utility on mac and windows - fix nuitka…
Browse files Browse the repository at this point in the history
… invocation
  • Loading branch information
walcovanloon committed Jul 2, 2022
1 parent 68e4570 commit 6856b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
command: ./scripts/runtests.py
- run:
name: Package
command: python -m nuitka --standalone --onefile src/aksyfs/aksyfuse.py --output-dir build/binaries/
command: python -m nuitka --standalone --onefile src/aksyfs/aksyfuse.py --output-dir=build/binaries/
- store_artifacts:
path: build/binaries

Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
command: ./scripts/runtests.py
- run:
name: Package
command: python -m nuitka --standalone --macos-create-app-bundle --onefile src/aksyfs/aksyfuse.py --output-dir build/binaries
command: python -m nuitka --standalone --macos-create-app-bundle --onefile src/aksyfs/aksyfuse.py --output-dir=build/binaries
- store_artifacts:
path: build/binaries

Expand Down

0 comments on commit 6856b80

Please sign in to comment.