diff --git a/codex-launcher_3.8.1_all.deb b/codex-launcher_3.8.1_all.deb new file mode 100644 index 0000000..7f2fd0d Binary files /dev/null and b/codex-launcher_3.8.1_all.deb differ diff --git a/install.sh b/install.sh index d03541b..04f3f9a 100755 --- a/install.sh +++ b/install.sh @@ -3,11 +3,11 @@ set -e SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" -if [ -f "$SCRIPT_DIR/codex-launcher_3.8.0_all.deb" ]; then - echo "Installing codex-launcher_3.8.0_all.deb ..." - sudo dpkg -i "$SCRIPT_DIR/codex-launcher_3.8.0_all.deb" +if [ -f "$SCRIPT_DIR/codex-launcher_3.8.1_all.deb" ]; then + echo "Installing codex-launcher_3.8.1_all.deb ..." + sudo dpkg -i "$SCRIPT_DIR/codex-launcher_3.8.1_all.deb" echo "" - echo "Installed v3.8.0 via .deb package." + echo "Installed v3.8.1 via .deb package." echo " translate-proxy.py -> /usr/bin/translate-proxy.py" echo " codex-launcher-gui -> /usr/bin/codex-launcher-gui" echo " cleanup-codex-stale -> /usr/bin/cleanup-codex-stale.sh"