-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67a68d5
commit 84b03d7
Showing
2 changed files
with
10 additions
and
25 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 |
---|---|---|
@@ -1,33 +1,17 @@ | ||
NSIS Nullsoft Scriptable -> $APPDATA\Espanso\ | ||
|
||
`pyinstaller playbtw_core.spec --clean --distpath dist_core/scripts` | ||
`pyinstaller playbtw_build.spec --clean --noconfirm --distpath dist_playbtw/scripts` | ||
|
||
`pyinstaller playbtw_example.spec --clean --distpath dist_example/scripts` | ||
`pyinstaller playbtw_dist.spec --clean --noconfirm --distpath dist_playbtw/scripts` | ||
|
||
`pyinstaller playbtw_utils.spec --clean --distpath dist_utils/scripts` | ||
|
||
`pyinstaller playbtw_mythic.spec --clean --distpath dist_mythic/scripts` | ||
|
||
`pyinstaller playbtw_pum.spec --clean --distpath dist_pum/scripts` | ||
|
||
`pyinstaller playbtw_gum2.spec --clean --distpath dist_gum2/scripts` | ||
|
||
`pyinstaller playbtw_prompty.spec --clean --distpath dist_prompty/match` | ||
|
||
`pyinstaller playbtw_mune.spec --clean --distpath dist_mune/match` | ||
|
||
`pyinstaller playbtw_opse.spec --clean --distpath dist_opse/match` | ||
|
||
`pyinstaller playbtw_crge.spec --clean --distpath dist_crge/match` | ||
|
||
`pyinstaller playbtw_ai.spec --clean --distpath dist_ai/scripts` | ||
|
||
`pyinstaller playbtw_all.spec --clean --distpath dist_all/scripts` | ||
# Windows | ||
|
||
`pyinstaller playbtw_all_ai.spec --clean --distpath dist_all_ai/scripts` | ||
```cmd | ||
pyinstaller playbtw_build.spec --clean --noconfirm --distpath dist_playbtw/scripts && pyinstaller playbtw_dist.spec --clean --noconfirm --distpath dist_playbtw/scripts | ||
``` | ||
|
||
# Windows | ||
# Windows No-AI | ||
|
||
```cmd | ||
pyinstaller playbtw_core.spec --clean --distpath dist_core/scripts && pyinstaller playbtw_utils.spec --clean --distpath dist_utils/scripts && pyinstaller playbtw_mythic.spec --clean --distpath dist_mythic/scripts && pyinstaller playbtw_pum.spec --clean --distpath dist_pum/scripts && pyinstaller playbtw_gum2.spec --clean --distpath dist_gum2/scripts && pyinstaller playbtw_mune.spec --clean --distpath dist_mune/scripts && pyinstaller playbtw_prompty.spec --clean --distpath dist_prompty/scripts && pyinstaller playbtw_opse.spec --clean --distpath dist_opse/match && pyinstaller playbtw_crge.spec --clean --distpath dist_crge/match && pyinstaller playbtw_ai.spec --clean --distpath dist_ai/scripts && pyinstaller playbtw_all.spec --clean --distpath dist_all/scripts && pyinstaller playbtw_all_ai.spec --clean --distpath dist_all_ai/scripts | ||
``` | ||
pyinstaller playbtw_build_noai.spec --clean --noconfirm --distpath dist_playbtw/scripts && pyinstaller playbtw_dist_noai.spec --clean --noconfirm --distpath dist_playbtw/scripts | ||
``` |
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