Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Update base download URL for latest desktop app
Browse files Browse the repository at this point in the history
  • Loading branch information
debanjum committed Nov 16, 2023
1 parent a3c6c94 commit 24b125d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Downloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { AppleOutlined, DesktopOutlined, WindowsOutlined } from '@ant-design/ico

import { Tabs } from 'antd';

const baseDownloadURL = "https://download.khoj.dev/builds/231110ctspm5ik7";
const baseDownloadURL = "https://download.khoj.dev/builds/231116uo5zvnw3s";

const macText = (
<div className='downloads-content link'>
Expand Down

0 comments on commit 24b125d

Please sign in to comment.