This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

Create a Tomboy release

Create a Windows installer

Get the right source

Build the MSI file

1. Building an installer with SharpDevelop

OR

2. Building an installer with VisualStudio

OR

3. Using the commandline / msbuild

Upload the binary

Upload the MSI file to the GitHub release you should have created for the tag.

In addition, upload to master.gnome.org, log in via ssh, move it to the right place in the ftp folder and notify the ftp servers about the change:

scp Tomboy-x.y.z.msi {your-GNOME-username}@master.gnome.org:.
ssh {your-GNOME-username}@master.gnome.org
mv Tomboy-x.y.z.msi /ftp/pub/GNOME/binaries/win32/tomboy/x.y/
chmod a+r /ftp/pub/GNOME/binaries/win32/tomboy/x.y/Tomboy-x.y.z.msi
signal-ftp-sync

Check the file is visible at https://download.gnome.org/binaries/win32/tomboy/


2024-10-23 10:58