This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 51
Project: Updating Download Links
Süleyman Yasir KULA edited this page May 15, 2020
·
9 revisions
After filling the Other\DownloadLinks.txt
file in your project directory with the download links, you can update the VersionInfo with these download links as follows:
Click here to show/hide
Use the Patcher project_update_links
command. It takes the following arguments:
- projectRoot: path of the project's directory
- silent: (optional)(flag) progress will not be logged to the console
Example: Patcher project_update_links -projectRoot="C:\MyProject"
Click here to show/hide
Namespace: SimplePatchToolCore
ProjectManager project = new ProjectManager( projectRoot );
project.UpdateDownloadLinks();
Click here to show/hide
Simply open the Window-Simple Patch Tool window, enter the project directory's path and click Update Download Links.