Commit 2ec2f2a6 authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

podman-desktop: don't disable signing for electron config

This was fixed in podman-desktop 1.13.0 and is no longer needed.
parent 9f7fc2bd
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -59,11 +59,7 @@ stdenv.mkDerivation (finalAttrs: {

    cp -r ${electron.dist} electron-dist
    chmod -R u+w electron-dist
  '' + lib.optionalString stdenv.hostPlatform.isDarwin ''
    # Disable code signing during build on macOS.
    export CSC_IDENTITY_AUTO_DISCOVERY=false
    sed -i "/afterSign/d" .electron-builder.config.cjs
  '' + ''

    pnpm build
    ./node_modules/.bin/electron-builder \
      --dir \