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
Migrating to ProjectManager
Süleyman Yasir KULA edited this page Mar 5, 2020
·
3 revisions
This guide assumes that you're planning to continue with the LZMA compression method (which is the only backwards-compatible one) in your projects. Otherwise, please see About Backwards Compatibility.
- Create a project
- If your latest version was e.g. 1.4.0, then create a subdirectory called
1.4.0
inside the Versions folder of the project - Move your latest version's files (the files inside version 1.4.0 of your app's build directory, including
{PROJECT_NAME}_vers.sptv
) into the 1.4.0 subdirectory - Open the project's Settings.xml and change its Name property to match {PROJECT_NAME}
- If you had any incremental patches, create a subdirectory called IncrementalPatch inside the Output folder of the project and copy these incremental patches there
- Copy your latest VersionInfo.info to the Output folder of the project
- If you are using a self patcher, copy its files to the SelfPatcher folder of the project
- All done!