Skip to content

Commit a599656

Browse files
committed
chore: version linux icon release 26.601.21318
1 parent e8e78a3 commit a599656

8 files changed

Lines changed: 14 additions & 14 deletions

File tree

desktop/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codex-desktop",
33
"productName": "Codex",
4-
"version": "26.601.21317",
4+
"version": "26.601.21318",
55
"description": "Codex",
66
"main": "recovered/app-asar-extracted/.vite/build/bootstrap.js",
77
"private": true,

desktop/recovered/app-asar-extracted/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "openai-codex-electron",
33
"productName": "Codex",
44
"author": "OpenAI",
5-
"version": "26.601.21317",
5+
"version": "26.601.21318",
66
"description": "Codex",
77
"main": ".vite/build/bootstrap.js",
88
"scripts": {

desktop/recovered/refresh-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"appAsarPath": "/tmp/codex-update/extracted/Codex.app/Contents/Resources/app.asar",
66
"appAsarSha256": "effccc2a802cf9defe9f37d56ddb36fdf1e8ade61bcca7d5505a76bbd275efed",
77
"outputRoot": "/home/amwill/Applications/codex-app/desktop/recovered/app-asar-extracted",
8-
"version": "26.601.21317",
8+
"version": "26.601.21318",
99
"buildNumber": "3511",
1010
"electronVersion": "42.1.0",
1111
"main": ".vite/build/bootstrap.js",

desktop/tests/linux/codex-package.red.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ describe('Codex package staging RED contract', () => {
224224
expect(pkgbuildSource).toContain("conflicts=('codex-desktop')");
225225

226226
expect(srcInfoSource).toContain('pkgbase = openai-codex-desktop-bin');
227-
expect(srcInfoSource).toContain('source = codex-app-linux-x64-v26.601.21317_icon1.deb::https://github.com/am-will/codex-app/releases/download/v26.601.21317_icon1/codex-app-linux-x64-v26.601.21317_icon1.deb');
228-
expect(srcInfoSource).toContain('sha256sums = 23cdaf2aa0d3360cba37d5d34a58228726d48e03670a40269e0552a7a3a646fc');
227+
expect(srcInfoSource).toContain('source = codex-app-linux-x64-v26.601.21318.deb::https://github.com/am-will/codex-app/releases/download/v26.601.21318/codex-app-linux-x64-v26.601.21318.deb');
228+
expect(srcInfoSource).toContain('sha256sums = SKIP');
229229

230230
const aurDir = path.join(desktopRoot, '..', 'packaging', 'aur', 'openai-codex-desktop-bin');
231231
const aurFiles = fs.readdirSync(aurDir);

desktop/tests/linux/recovered-bundle.red.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ describe('Recovered Codex bundle RED contract', () => {
286286
const preloadSource = readDesktopFile('recovered/app-asar-extracted/.vite/build/preload.js');
287287

288288
expect(packageJson.main).toBe('recovered/app-asar-extracted/.vite/build/bootstrap.js');
289-
expect(packageJson.version).toBe('26.601.21317');
289+
expect(packageJson.version).toBe('26.601.21318');
290290
expect(packageJson.codexBuildNumber).toBe('3511');
291291
expect(packageJson.devDependencies?.electron).toBe('41.2.0');
292292
expect(packageJson.devDependencies?.['@electron/rebuild']).toBeDefined();
@@ -333,7 +333,7 @@ describe('Recovered Codex bundle RED contract', () => {
333333
expect(manifest.appAsarSha256).toMatch(/^[a-f0-9]{64}$/);
334334
expect(manifest.dmgPath).toBeNull();
335335
expect(manifest.dmgSha256).toBeNull();
336-
expect(manifest.version).toBe('26.601.21317');
336+
expect(manifest.version).toBe('26.601.21318');
337337
expect(manifest.buildNumber).toBe('3511');
338338
expect(manifest.electronVersion).toBe('42.1.0');
339339
expect(manifest.patchSummary?.authWebview?.pluginsPage?.results).toEqual([

packaging/aur/openai-codex-desktop-bin/.SRCINFO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = openai-codex-desktop-bin
22
pkgdesc = OpenAI Codex desktop app for Linux (binary release)
3-
pkgver = 26.601.21317_icon1
3+
pkgver = 26.601.21318
44
pkgrel = 1
55
url = https://github.com/am-will/codex-app
66
arch = x86_64
@@ -37,7 +37,7 @@ pkgbase = openai-codex-desktop-bin
3737
provides = codex-desktop
3838
conflicts = codex-desktop
3939
options = !strip
40-
source = codex-app-linux-x64-v26.601.21317_icon1.deb::https://github.com/am-will/codex-app/releases/download/v26.601.21317_icon1/codex-app-linux-x64-v26.601.21317_icon1.deb
41-
sha256sums = 23cdaf2aa0d3360cba37d5d34a58228726d48e03670a40269e0552a7a3a646fc
40+
source = codex-app-linux-x64-v26.601.21318.deb::https://github.com/am-will/codex-app/releases/download/v26.601.21318/codex-app-linux-x64-v26.601.21318.deb
41+
sha256sums = SKIP
4242

4343
pkgname = openai-codex-desktop-bin

packaging/aur/openai-codex-desktop-bin/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: am-will <amwill@users.noreply.github.com>
22

33
pkgname=openai-codex-desktop-bin
4-
pkgver=26.601.21317_icon1
4+
pkgver=26.601.21318
55
pkgrel=1
66
pkgdesc='OpenAI Codex desktop app for Linux (binary release)'
77
arch=('x86_64')
@@ -44,7 +44,7 @@ provides=('codex-desktop')
4444
conflicts=('codex-desktop')
4545
options=('!strip')
4646
source=("codex-app-linux-x64-v${pkgver}.deb::${url}/releases/download/v${pkgver}/codex-app-linux-x64-v${pkgver}.deb")
47-
sha256sums=('23cdaf2aa0d3360cba37d5d34a58228726d48e03670a40269e0552a7a3a646fc')
47+
sha256sums=('SKIP')
4848

4949
package() {
5050
local data_tar

0 commit comments

Comments
 (0)