Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Aug 17, 2024
1 parent 95f6012 commit da48d10
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: make build

- name: Rename binary (Linux)
if: runner.os == 'Ubuntu' || runner.os == 'macOS'
if: runner.os == 'Linux' || runner.os == 'macOS'
run: mv dist/scrape-it-now dist/scrape-it-now-${{ needs.init.outputs.VERSION }}-${{ matrix.os }}

- name: Rename binary (Windows)
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ dev:
build:
@echo "➡️ Building app..."
pyinstaller \
--add-data resources:resources \
--clean \
--icon resources/logo.ico \
--name scrape-it-now \
--onefile \
--optimize 2 \
Expand Down
Binary file added resources/logo.ico
Binary file not shown.
Binary file added resources/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit da48d10

Please sign in to comment.