From d54836822e6a8ce5eca1ee5ad62b6980edccfafd Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Sun, 20 Mar 2011 16:37:33 +0200 Subject: [PATCH] Installer: Fix file modes of two installer files. The files had executable file mode set but they don't need it as they are normal data files read by the Wix tool. --- win_installer/cppcheck.wxs | 0 win_installer/productInfo.wxi | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 win_installer/cppcheck.wxs mode change 100755 => 100644 win_installer/productInfo.wxi diff --git a/win_installer/cppcheck.wxs b/win_installer/cppcheck.wxs old mode 100755 new mode 100644 diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi old mode 100755 new mode 100644