feat: correction provider/API key - removal Codex/Claude provider configs

This commit is contained in:
2026-07-26 13:23:04 +02:00
parent dae07d35bb
commit b5d7e16501
273 changed files with 5536 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#! /usr/bin/env bash
# autogenerated by linuxdeploy
# make sure errors in sourced scripts will cause this script to stop
set -e
this_dir="$(readlink -f "$(dirname "$0")")"
source "$this_dir"/apprun-hooks/"linuxdeploy-plugin-gtk.sh"
exec "$this_dir"/AppRun.wrapped "$@"