Skip to content

Commit

Permalink
BuildRelease: change install location of modapi DLLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Dec 25, 2023
1 parent b089857 commit 8e8d810
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions BuildRelease.bat
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ msbuild "%CUR_DIR%\SporeModManager" ^
/p:Platform=Win32 ^
/m

copy "%THIRDPARTY_DIR%\Spore-ModAPI\dll\Release\SporeModAPI.disk.dll" "%OBJ_DIR%\SporeModLoader\CoreLibs\disk\SporeModAPI.dll"
copy "%THIRDPARTY_DIR%\Spore-ModAPI\dll\Release\SporeModAPI.march2017.dll" "%OBJ_DIR%\SporeModLoader\CoreLibs\march2017\SporeModAPI.dll"
copy "%THIRDPARTY_DIR%\Spore-ModAPI-legacy\SporeModAPI-disk.dll" "%OBJ_DIR%\SporeModLoader\CoreLibs\disk\SporeModAPI-disk.dll"
copy "%THIRDPARTY_DIR%\Spore-ModAPI-legacy\SporeModAPI-steam_patched.dll" "%OBJ_DIR%\SporeModLoader\CoreLibs\march2017\SporeModAPI-steam_patched.dll"
copy "%THIRDPARTY_DIR%\Spore-ModAPI\dll\Release\SporeModAPI.dll" "%OBJ_DIR%\SporeModLoader\CoreLibs\SporeModAPI.dll"
copy "%THIRDPARTY_DIR%\Spore-ModAPI-legacy\SporeModAPI-disk.dll" "%OBJ_DIR%\SporeModLoader\CoreLibs\SporeModAPI-disk.dll"
copy "%THIRDPARTY_DIR%\Spore-ModAPI-legacy\SporeModAPI-steam_patched.dll" "%OBJ_DIR%\SporeModLoader\CoreLibs\SporeModAPI-steam_patched.dll"
copy "%CUR_DIR%\SporeModLoader\Bin\Release\dinput8.dll" "%OBJ_DIR%\SporebinEP1\dinput8.dll"
copy "%CUR_DIR%\SporeModManager\Bin\Release\SporeModManager.exe" "%OBJ_DIR%\SporeModLoader\SporeModManager"

Expand Down

0 comments on commit 8e8d810

Please sign in to comment.