You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,9 @@ The .exe files provided here only support 64-bit Windows operating system, and W
24
24
25
25
If your operating system is 32-bit Windows, you can download the code file, and then package it as the .exe file of the 32-bit operating system
26
26
27
-
***This software only supports Windows operating system***
27
+
PS: Starting from version 2.3.4, software installation packages will be provided instead of packaged single file programs
28
+
29
+
***This software only supports Windows operating system now***
28
30
29
31
#### pyinstaller packaging method
30
32
@@ -34,6 +36,8 @@ If you want to package it as 32-bit exe, you should package it in 32-bit Python.
34
36
35
37
After installation, open the **Movefile Code** folder, enter **cmd** in the path box of the folder, and then enter ```pyinstaller - i Movefile.ico - noupx Movefile.py -- onefile -w``` in the pop-up command prompt window ,then get the packed file in the output **dist** folder.
36
38
39
+
***Note: The Win10toast module used in this program has been modified. The modified version adds thread pool and notification queue management functions to improve notification display logic***
40
+
37
41
### Precautions before use
38
42
39
43
1.Please do not change the name of this exe file:"Movefile vX.X.X.exe",
0 commit comments