-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. 调整了部分名单无法导入的问题
- Loading branch information
Showing
4 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,5 @@ __pycache__ | |
.idea/ | ||
build/ | ||
dist/ | ||
readme.txt | ||
html/lists/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
@echo off | ||
|
||
conda activate lottery&&PyInstaller -D console.spec&&PyInstaller -D main.spec&&mkdir .\dist\lottery&&xcopy ".\dist\console\*.*" ".\dist\lottery" /e /y&&xcopy ".\dist\main\*.*" ".\dist\lottery" /e /y&&rd __pycache__ build dist\console dist\main /q/s | ||
conda activate lottery&&PyInstaller -D console.spec&&PyInstaller -D main.spec&&mkdir .\dist\lottery&&xcopy ".\dist\console\*.*" ".\dist\lottery" /e /y&&xcopy ".\dist\main\*.*" ".\dist\lottery" /e /y&&rd __pycache__ build /q/s |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters