mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Update scripts
This commit is contained in:
parent
aed39ae186
commit
7f13a03d85
3 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import prepare_release
|
||||
|
||||
if __name__ == "__main__":
|
||||
prepare_release.extract_steam_redist()
|
||||
prepare_release.extract_steam_redist()
|
||||
|
|
4
scripts/make_release_assets.py
Normal file
4
scripts/make_release_assets.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
import prepare_release
|
||||
|
||||
if __name__ == "__main__":
|
||||
prepare_release.make_release_assets()
|
Loading…
Add table
Add a link
Reference in a new issue