feat: correction provider/API key - removal Codex/Claude provider configs
This commit is contained in:
12
target/release/bundle/appimage/IdeA.AppDir/AppRun
Executable file
12
target/release/bundle/appimage/IdeA.AppDir/AppRun
Executable 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 "$@"
|
||||
Reference in New Issue
Block a user