Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed May 5, 2023
1 parent c54eb2d commit de07f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater/updater.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async function resolveUpdater() {

const darwin_aarch64 = `https://github.com/Pylogmon/pot/releases/download/${version}/pot.aarch64.app.tar.gz`;
const darwin_aarch64_sig = await getSignature(darwin_aarch64 + '.sig');
const darwin_x86_64 = `https://github.com/Pylogmon/pot/releases/download/${version}/pot.app.tar.gz`;
const darwin_x86_64 = `https://github.com/Pylogmon/pot/releases/download/${version}/pot.x86_64.app.tar.gz`;
const darwin_x86_64_sig = await getSignature(darwin_x86_64 + '.sig');
const linux_x86_64 = `https://github.com/Pylogmon/pot/releases/download/${version}/pot_${version}_amd64.AppImage.tar.gz`;
const linux_x86_64_sig = await getSignature(linux_x86_64 + '.sig');
Expand Down

0 comments on commit de07f06

Please sign in to comment.