Skip to content

Simple PowerShell Script used for automatically parsing/incrementing AddOn version, packaging, and uploading AddOn.

License

Notifications You must be signed in to change notification settings

trentapple/MMOUI-Packager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple PowerShell Script used for automatically parsing/incrementing AddOn version, packaging, and uploading AddOn.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published