]> git.street.me.uk Git - andy/viking.git/commit - win32/installer/bin/.gitignore
Add Windows Installer (NSIS)
authorMathieu Albinet <mathieu17@gmail.com>
Sat, 10 Sep 2011 10:51:25 +0000 (11:51 +0100)
committerRob Norris <rw_norris@hotmail.com>
Sat, 10 Sep 2011 10:51:25 +0000 (11:51 +0100)
commit773eb66a9783668c434ab2769ff0b374bd5d314e
tree3617c322e8fc6a944998e58f0acef1e2880210c9
parent1222706305719b9715b9d4b5b73df5a84517dffc
Add Windows Installer (NSIS)

\bin : where all the viking+gtk binaries (exe, dll, ...) go (it's exactly what will be copied to your installation directory)
\pixmaps : contains only a viking icon in .ico format (we can add also a banner in the installer)
\translations : at the moment it contains two files: english.nsh and french.nsh,
  that translates the installer UI (we should ask for more translations)
langmacros.nsh : macro file that deal withe the translations of the UI
viking-installer.nsi : the installer script,
  heavily modified/simplified from the pidgin installer (has to be compiled with a recent release of NSIS)

Further information on the installer see: http://nsis.sourceforge.net/

Signed-off-by: Rob Norris <rw_norris@hotmail.com>
win32/README
win32/installer/bin/.gitignore [new file with mode: 0644]
win32/installer/langmacros.nsh [new file with mode: 0644]
win32/installer/pixmaps/viking_icon.ico [new file with mode: 0644]
win32/installer/translations/english.nsh [new file with mode: 0644]
win32/installer/translations/french.nsh [new file with mode: 0644]
win32/installer/viking-installer.nsi [new file with mode: 0644]