Skip to content

Commit b42d192

Browse files
koki-developclaude
andauthored
fix(updater): match Tauri's default Cork.app.tar.gz filename in manifest URL (#40)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent bd4285e commit b42d192

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build-update-manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function buildManifest(args: { version: string; signature: string; notes: string
1717
platforms: {
1818
"darwin-aarch64": {
1919
signature: args.signature,
20-
url: `https://github.com/${REPO_OWNER}/${REPO_NAME}/releases/download/v${args.version}/Cork_${args.version}_aarch64.app.tar.gz`,
20+
url: `https://github.com/${REPO_OWNER}/${REPO_NAME}/releases/download/v${args.version}/Cork.app.tar.gz`,
2121
},
2222
},
2323
};

0 commit comments

Comments
 (0)