msys2-installer: Add missing icon. Execute autorebase for 32-bit installer

This commit is contained in:
Alexpux
2014-11-13 00:48:06 +03:00
parent efaefb1b4b
commit bb12f3feec
2 changed files with 6 additions and 1 deletions

BIN
msys2.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@@ -33,7 +33,12 @@ function createShortcuts()
"@StartMenuDir@/MinGW-w64 Win64 Shell.lnk",
"/A /Q /K " + installer.value("TargetDir") + "\\mingw64_shell.bat");
component.addOperation( "Execute",
if ("@BITNESS@bit" === "@BITNESS@bit") {
component.addOperation( "Execute",
["@TargetDir@\\autorebase.bat"]);
}
component.addOperation( "Execute",
["@TargetDir@\\usr\\bin\\bash.exe", "--login", "-c", "exit"]);
}