Skip to content

Commit

Permalink
remove icon flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ndonkoHenri committed Jul 14, 2023
1 parent 9927285 commit 8710d01
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 @@ -15,7 +15,7 @@ install:
- pip install pyinstaller

build_script:
- flet pack main.py --name Flet-Colors-Browser --icon icon.png --product-name Flet-Colors-Browser --product-version "2.0" --copyright "Copyright (c) 2022 TheEthicalBoy Inc."
- flet pack main.py --name Flet-Colors-Browser --product-name Flet-Colors-Browser --product-version "2.0" --copyright "Copyright (c) 2022 TheEthicalBoy Inc."

test: off

Expand Down

0 comments on commit 8710d01

Please sign in to comment.