Skip to content

Commit

Permalink
mod appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshima11 committed Nov 8, 2023
1 parent 2ff7e0e commit 721f2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
- pip install -r requirements.txt

build_script:
- flet pack main.py --name counter --icon icon.png --product-name py-ratios --product-version "1.0.0" --copyright "Copyright (c) 2023 YourCompany Inc."
- flet pack py_ratios.py --name counter --icon icon.png --product-name py-ratios --product-version "1.0.0" --copyright "Copyright (c) 2023 YourCompany Inc."

test: off

Expand Down

0 comments on commit 721f2a8

Please sign in to comment.