gitg/win32
2022-10-04 06:24:11 +00:00
..
installer WIP: data: Remove GNOME branding 2022-10-04 06:24:11 +00:00
.gitignore Update windows installer 2021-12-29 21:39:49 +01:00
make-installer Update windows installer 2021-12-29 21:39:49 +01:00
make-installer-all Update windows installer 2021-12-29 21:39:49 +01:00
make-installer.bat win32: fix make-installer.bat 2016-09-27 11:55:56 +02:00
README Replace git.gnome.org with gitlab.gnome.org URLs 2020-04-25 13:38:43 +02:00

To create the installer you need to follow the next steps:
 - install the latest version of msys2: http://msys2.github.io/
 - launch msys2_shell.bat and update it with pacman -Syu, you will need to
   relaunch msys2_shell.bat after updating it
 - install git: pacman -S git
 - clone gitg: git clone https://gitlab.gnome.org/GNOME/gitg.git
 - cd gitg/win32
 - edit make-installer and set the right version of gitg
 - ./make-installer.bat