Skip to content

Commit c6092e4

Browse files
committed
disable appimage
1 parent e6045ca commit c6092e4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/console/app/src/routes/download/index.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ export default function Download() {
244244
Download
245245
</a>
246246
</div>
247-
<div data-component="download-row">
247+
{/* Disabled temporarily as it doesn't work */}
248+
{/*<div data-component="download-row">
248249
<div data-component="download-info">
249250
<span data-slot="icon">
250251
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
@@ -259,7 +260,7 @@ export default function Download() {
259260
<a href={getDownloadHref("linux-x64-appimage")} data-component="action-button">
260261
Download
261262
</a>
262-
</div>
263+
</div>*/}
263264
</div>
264265
</section>
265266

packages/desktop/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"icons/dev/icon.ico"
2727
],
2828
"active": true,
29-
"targets": ["deb", "rpm", "dmg", "nsis", "app", "appimage"],
29+
"targets": ["deb", "rpm", "dmg", "nsis", "app"],
3030
"externalBin": ["sidecars/opencode-cli"],
3131
"macOS": {
3232
"entitlements": "./entitlements.plist"

0 commit comments

Comments
 (0)