fix: Finalize electron

This commit is contained in:
LukeGus
2025-11-05 00:08:31 -06:00
parent 38bd4060a4
commit 68be736dc7
4 changed files with 6 additions and 11 deletions

3
electron/run.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
DIR="$(dirname "$(readlink -f "$0")")"
"$DIR/termix" --no-sandbox "$@"