Skip to content

Commit

Permalink
Remove the MINGW32 shortcut
Browse files Browse the repository at this point in the history
We are phasing out 32-bit support, so let's not install a shortcut for it by default.
Users can still access it via the mingw32.exe directly if needed.
  • Loading branch information
lazka committed Sep 23, 2024
1 parent 477a2f5 commit cf1e9b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qt-ifw/packages/com.msys2.root/meta/installscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ function createShortcuts()
return;
}

component.addOperation("CreateShortcut", "@TargetDir@/mingw32.exe", "@StartMenuDir@/MSYS2 MINGW32.lnk", "iconPath=@TargetDir@/mingw32.exe");
component.addOperation("CreateShortcut", "@TargetDir@/mingw64.exe", "@StartMenuDir@/MSYS2 MINGW64.lnk", "iconPath=@TargetDir@/mingw64.exe");
component.addOperation("CreateShortcut", "@TargetDir@/ucrt64.exe", "@StartMenuDir@/MSYS2 UCRT64.lnk", "iconPath=@TargetDir@/ucrt64.exe");
component.addOperation("CreateShortcut", "@TargetDir@/clang64.exe", "@StartMenuDir@/MSYS2 CLANG64.lnk", "iconPath=@TargetDir@/clang64.exe");
Expand Down

0 comments on commit cf1e9b4

Please sign in to comment.