Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Update compile params
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajunsu committed Mar 14, 2019
1 parent 732d57f commit e4f0010
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions win_compile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Destination platform: win

### Compile:

```pyinstaller.exe -F calculator_of_Onmyoji/cal_mitama.py```
```pyinstaller.exe --clean --win-private-assemblies -F calculator_of_Onmyoji/cal_mitama.py```

```pyinstaller.exe -F calculator_of_Onmyoji/pull_mitama.py```
```pyinstaller.exe --clean --win-private-assemblies -F calculator_of_Onmyoji/pull_mitama.py```

```pyinstaller.exe -F calculator_of_Onmyoji/convert_json2xls.py```
```pyinstaller.exe --clean --win-private-assemblies -F calculator_of_Onmyoji/convert_json2xls.py```

```pyinstaller.exe -F calculator_of_Onmyoji/result_combination.py```
```pyinstaller.exe --clean --win-private-assemblies -F calculator_of_Onmyoji/result_combination.py```

```pyinstaller.exe -F calculator_of_Onmyoji/cm_server.py -i calculator_of_Onmyoji/static/favicon.ico```
```pyinstaller.exe --clean --win-private-assemblies -F calculator_of_Onmyoji/cm_server.py -i calculator_of_Onmyoji/static/favicon.ico```

0 comments on commit e4f0010

Please sign in to comment.