Rename webtop_kde/rootfs/usr/bin/microsoft-edge-stable to webtop_kde/rootfs/helpers/microsoft-edge-stable

This commit is contained in:
Alexandre
2025-02-21 09:46:28 +01:00
committed by GitHub
parent b331ca155b
commit 76f11ab277

View File

@@ -0,0 +1,10 @@
#! /bin/bash
BIN=/usr/bin/microsoft-edge-real
# Run normally on privved containers or modified un non priv
${BIN} \
--password-store=basic \
--no-sandbox \
--test-type \
"$@" > /dev/null 2>&1