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 52
Migrating to ProjectManager
Süleyman Yasir KULA edited this page May 25, 2019
·
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 into the 1.4.0 subdirectory (the files inside version 1.4.0 of your app's build directory, which contains the
{PROJECT_NAME}_vers.sptv
file) - Open the project's Settings.xml and change 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
- All done! Now you can continue creating your patches via this project (I've updated all the tutorials, as well)