Skip to content

Commit 96861a5

Browse files
committed
2 parents 73cf01d + fa8af4b commit 96861a5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ stack: python 3.10
88

99
environment:
1010
GITHUB_TOKEN:
11-
secure: Ti46nPnZgFh0nRteU6ma0EhJnCTW7PaMn9hnnewZl4gBFPyRQnXNCwGog02+MRLX
11+
secure: N5aGlRzv9QFj5KCToqpa7jbJH0s5iJazkcve+jUqXgZtE2o1M1MFfn93l0mHyLH4
1212

1313
install:
1414
- pip install -r requirements.txt
1515

1616
build_script:
17-
- pyinstaller main.py --name Flet-colors-browser --noconsole --noconfirm --onefile --icon icon.png
18-
17+
- pyinstaller main.py --name Flet-colors-browser --noconsole --noconfirm --onefile
1918
test: off
2019

2120
# Publish artifacts to GitHub Releases on "tag" builds

0 commit comments

Comments
 (0)