We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73cf01d + fa8af4b commit 96861a5Copy full SHA for 96861a5
1 file changed
appveyor.yml
@@ -8,14 +8,13 @@ stack: python 3.10
8
9
environment:
10
GITHUB_TOKEN:
11
- secure: Ti46nPnZgFh0nRteU6ma0EhJnCTW7PaMn9hnnewZl4gBFPyRQnXNCwGog02+MRLX
+ secure: N5aGlRzv9QFj5KCToqpa7jbJH0s5iJazkcve+jUqXgZtE2o1M1MFfn93l0mHyLH4
12
13
install:
14
- pip install -r requirements.txt
15
16
build_script:
17
-- pyinstaller main.py --name Flet-colors-browser --noconsole --noconfirm --onefile --icon icon.png
18
-
+- pyinstaller main.py --name Flet-colors-browser --noconsole --noconfirm --onefile
19
test: off
20
21
# Publish artifacts to GitHub Releases on "tag" builds
0 commit comments