Skip to content

Commit

Permalink
Build script patch
Browse files Browse the repository at this point in the history
  • Loading branch information
saif-ellafi committed Mar 17, 2024
1 parent 67a68d5 commit 84b03d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 25 deletions.
34 changes: 9 additions & 25 deletions BUILD.md
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
```
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Overview: Performance boosts! PlayBTW now is compiled differently, so it works faster than ever

* CHANGED: Build changes reduces storage and CPU usage significantly when running
* CHANGED: Build scripts are way snappier now, faster to compile
* CHANGED: Made pull function snappier, so it doesn't take so many resources
* CHANGED: no-AI option allows building PbtW without AI support (lightweight build)

Expand Down

0 comments on commit 84b03d7

Please sign in to comment.