Skip to content

Commit

Permalink
Missing stratagems.bat from the Windows packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDawg committed Aug 22, 2018
1 parent 85f5427 commit 0c18f67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package_mod.bat
Expand Up @@ -6,7 +6,7 @@ call "%~dp0..\ModPackaging\utilities\ie_games.bat"

REM /* MODIFY: set the values of the 3 variables below to reflect the current mod version */
set "mod_name=Sword Coast Stratagems"
set mod_version=v31_Release_Candidate
set mod_version=v31_Release_Candidate_2
set mod_folder=stratagems

REM /* MODIFY: list here which IE games the mod is compatible with, from this list of possibilities: */
Expand Down Expand Up @@ -34,6 +34,6 @@ REM /* MODIFY: if you want to avoid making filenames lowercase, you can disable
set lowercase_filenames=1

REM /* this performs the actual packaging */
call "%~dp0..\ModPackaging\utilities\complete_packaging.bat"
call "%~dp0..\ModPackaging\utilities\complete_packaging_scs.bat"

endlocal
4 changes: 2 additions & 2 deletions stratagems/setup-stratagems.tp2
@@ -1,6 +1,6 @@
BACKUP ~stratagems_external/backup/stratagems~
AUTHOR ~For help troubleshooting installation problems, go to the Sword Coast Stratagems forum at forums.gibberlings3.net.~
VERSION ~v31 RC1~
SUPPORT ~For help troubleshooting installation problems, go to the Sword Coast Stratagems forum at forums.gibberlings3.net.~
VERSION ~v31 RC2~
README ~stratagems/readme-stratagems.html~
AUTO_EVAL_STRINGS

Expand Down

0 comments on commit 0c18f67

Please sign in to comment.