openai-codex-bin -> openai-codex in menus (#3894)

This was done in a migration in 0588cc8e5b but the menu entry was never updated. So, installs after the migration will get the outdated version.

Added a new migration as well for those that installed after the
previous one.
This commit is contained in:
Diogo Ferreira
2025-12-16 15:50:45 +00:00
committed by GitHub
parent f578880bc8
commit fe9493bd86
2 changed files with 7 additions and 1 deletions

6
migrations/1765884267.sh Normal file
View File

@@ -0,0 +1,6 @@
echo "Change to openai-codex instead of openai-codex-bin"
if omarchy-pkg-present openai-codex-bin; then
omarchy-pkg-drop openai-codex-bin
omarchy-pkg-add openai-codex
fi