From: Michael Schuster Date: Mon, 20 Jul 2020 14:53:32 +0000 (+0200) Subject: Fix Windows installer graphics files for 2.7 X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~222^2^2~56 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=815cd7f3fca08e8ca7fe2122cec9ea6f1d34c60e;p=nextcloud-desktop.git Fix Windows installer graphics files for 2.7 For some reason the exported bitmaps in #2211 were not properly saved in the right format for display by the NSIS installer system. Signed-off-by: Michael Schuster --- diff --git a/admin/win/nsi/installer.ico b/admin/win/nsi/installer.ico old mode 100755 new mode 100644 diff --git a/admin/win/nsi/page_header.bmp b/admin/win/nsi/page_header.bmp index 73b3eb014..427f44606 100644 Binary files a/admin/win/nsi/page_header.bmp and b/admin/win/nsi/page_header.bmp differ diff --git a/admin/win/nsi/welcome.bmp b/admin/win/nsi/welcome.bmp index d1fc637ab..af86e37f3 100644 Binary files a/admin/win/nsi/welcome.bmp and b/admin/win/nsi/welcome.bmp differ