Unverified Commit a54c5b72 authored by Artturin's avatar Artturin Committed by GitHub
Browse files

iscc: Fix running windows installers (#422488)

parents 089d6296 fb0ddcb0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -53,6 +53,10 @@ stdenv.mkDerivation rec {
    runHook postInstall
  '';

  # Stripping causes `$out/bin/Setup.e32` to lose something important and causes the built windows installers to not run on windows "This app can't run on your PC".
  # They worked in wine but not on real windows.
  dontStrip = 1;

  meta = with lib; {
    description = "Compiler for Inno Setup, a tool for creating Windows installers";
    homepage = "https://jrsoftware.org/isinfo.php";