Skip to content

Commit

Permalink
fix: another change in the release download path
Browse files Browse the repository at this point in the history
  • Loading branch information
BluDood committed Oct 23, 2024
1 parent 3cc1858 commit ee298c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/lib/webapp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export async function getWebAppDir() {
if (fs.existsSync(extractPath))
fs.rmSync(extractPath, { recursive: true })

const url = `https://github.com/BluDood/GlanceThing/releases/download/${version}/glancething-client-v${version}.zip`
const url = `https://github.com/BluDood/GlanceThing/releases/download/v${version}/glancething-client-v${version}.zip`

const res = await axios.get(url, {
responseType: 'stream',
Expand Down

0 comments on commit ee298c4

Please sign in to comment.