doc update

master
Jaka Perovšek 2021-09-24 12:09:11 +02:00
parent 117862c5b8
commit 8bca8b4f5e
2 changed files with 4 additions and 1 deletions

View File

@ -41,7 +41,9 @@ This mod does not include any licensed music. It provides you the tools to get i
### Notes
*Note:* The installation instructions are for Windows 10 64-bit users. If you're a Linux user you can try to install the dependencies in `main.py` and `deploy.py` and edit the files so they don't use the embedded `exe` files, sorry :/.
- It happened once that a song was not fully downloaded somehow. You can try to deploy again - the songs that were already downloaded are skipped next time.
- The installation instructions are for Windows 10 64-bit users. If you're a Linux user you can try to install the dependencies in `main.py` and `deploy.py` and edit the files so they don't use the embedded `exe` files, sorry :/.
## Update

View File

@ -29,6 +29,7 @@ def main():
copy_tree("./docs", "./barotrauma-sunken-tapes/docs")
shutil.copy("./deploy.py", "./barotrauma-sunken-tapes/deploy.py")
shutil.copy("./main.py", "./barotrauma-sunken-tapes/main.py")
shutil.copy("./publish.py", "./barotrauma-sunken-tapes/publish.py")
shutil.copy("./fetch_song.py", "./barotrauma-sunken-tapes/fetch_song.py")
shutil.copy("./install.bat", "./barotrauma-sunken-tapes/install.bat")
shutil.copy("./README.md", "./barotrauma-sunken-tapes/README.md")