Open main menu

Difference between revisions of "HOWTO-Release"

276 bytes added ,  12:30, 25 January 2023
→‎Preparing the source: explained how to regen the default icons set
(→‎Preparing the source: mention default icons set)
(→‎Preparing the source: explained how to regen the default icons set)
Line 107: Line 107:
* Make sure there are no any significant pending GUI changes in the default icons set:
* Make sure there are no any significant pending GUI changes in the default icons set:
** Check [https://github.com/scummvm/scummvm-icons/tree/master/default scummvm-icons repo]
** Check [https://github.com/scummvm/scummvm-icons/tree/master/default scummvm-icons repo]
** Compare the creation date of the [https://github.com/scummvm/scummvm/blob/master/gui/themes/gui-icons.dat gui/themes/gui-icons.dat] with the directory above.
** If there are changes, run <code>zip -r9 gui-icons.dat *</code> and the commit it to the <code>gui/themes</code>
* Create MSVC project files in the release branch (for example branch-1-7-0, where the tarballs are created from)
* Create MSVC project files in the release branch (for example branch-1-7-0, where the tarballs are created from)
** make ideprojects
** make ideprojects