Skip to content

Commit 85dcbb1

Browse files
authoredApr 19, 2022
Compile Fix (#30)
* Delete setup.py * Update requirements.txt * Add files via upload
1 parent 0f56bb1 commit 85dcbb1

File tree

3 files changed

+5
-32
lines changed

3 files changed

+5
-32
lines changed
 

‎build.bat

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
rmdir /s /q dist
2+
pyinstaller FluentCalculator.py --onefile --windowed --collect-data sv_ttk --icon "Calculator.ico"
3+
del FluentCalculator.spec
4+
xcopy Calculator.ico dist

‎requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ win32mica
22
BlurWindow
33
darkdetect
44
ntkutils >= 2.2.1
5+
pyinstaller

‎setup.py

-32
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.