mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 13:00:11 -07:00
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:
parent
512336f858
commit
c4b90d0bfe
1 changed files with 2 additions and 0 deletions
2
.github/workflows/generate-builds.yml
vendored
2
.github/workflows/generate-builds.yml
vendored
|
@ -296,6 +296,8 @@ jobs:
|
||||||
mkdir soh-windows
|
mkdir soh-windows
|
||||||
mv ./x64/Release/soh.exe ./soh-windows/soh.exe
|
mv ./x64/Release/soh.exe ./soh-windows/soh.exe
|
||||||
mkdir soh-windows/debug
|
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/soh.pdb ./soh-windows/debug/soh.pdb
|
||||||
mv ./x64/Release/OTRGui.exe ./soh-windows/OTRGui.exe
|
mv ./x64/Release/OTRGui.exe ./soh-windows/OTRGui.exe
|
||||||
mv ./README.md ./soh-windows/readme.txt
|
mv ./README.md ./soh-windows/readme.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue