chore: add mods dir for windows (#2735)

* chore: add empty mods dir for windows

* add placeholder file to mods dir
This commit is contained in:
briaguya 2023-04-22 20:06:00 -04:00 committed by GitHub
parent 512336f858
commit c4b90d0bfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -296,6 +296,8 @@ jobs:
mkdir soh-windows
mv ./x64/Release/soh.exe ./soh-windows/soh.exe
mkdir soh-windows/debug
mkdir soh-windows/mods
touch soh-windows/mods/custom_otr_files_go_here.txt
mv ./x64/Release/soh.pdb ./soh-windows/debug/soh.pdb
mv ./x64/Release/OTRGui.exe ./soh-windows/OTRGui.exe
mv ./README.md ./soh-windows/readme.txt