Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 978 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 978 Bytes

MMOUI-Packager

Simple PowerShell Script used for automatically parsing/incrementing AddOn version, packaging, and uploading AddOn. Currently the AddOn is configured for the first version of AddOn API at ESOUI.com.

Dependencies:

  • 7-Zip
  • curl (for multipart form uploading)

Installing Dependencies:

There is an included script which automatically installs the dependencies using Chocolatey. Read more about Chocolatey at https://chocolatey.org/. To run the dependency installer script (optional), execute the following Windows Batch script as an administrator.

InstallDependencies.bat

Usage Instructions:

This addon assumes you will retain the default directory structure of the "Elder Scrolls Online" folder and that it will be located directly within the %USERPROFILE%\Documents\ directory. Please refer to the script's parameters.

Example:

powershell PackageAndRelease -projectDirName AddOnFolderName -incrementVersionNumber -uploadToEsoui -openExplorer