r2modman: rip out update banner component from build

This commit is contained in:
pancaek 2026-03-13 12:57:20 -07:00
commit e99b904811

View file

@ -49,6 +49,11 @@ stdenv.mkDerivation (finalAttrs: {
ELECTRON_SKIP_BINARY_DOWNLOAD = true;
};
postPatch = ''
# Hide update banner
echo "<template></template>" > src/components/banner/ManagerUpdateBanner.vue
'';
buildPhase = ''
runHook preBuild