Skip to content

Commit

Permalink
Fix download link
Browse files Browse the repository at this point in the history
  • Loading branch information
OrigamingWasTaken committed Jul 10, 2024
1 parent e916e60 commit 456bdee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/windows/main/Updater.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<AlertDialog.Cancel>Cancel</AlertDialog.Cancel>
<AlertDialog.Action
on:click={() => {
os.open(`https://github.com/OrigamingWasTaken/appleblox/releases/download/latest/AppleBlox-${updateVersion}_${getArch()}.dmg`);
os.open(`https://github.com/OrigamingWasTaken/appleblox/releases/download/${updateVersion}/AppleBlox-${updateVersion}_${getArch()}.dmg`);
}}>Install</AlertDialog.Action
>
</AlertDialog.Footer>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appleblox",
"version": "0.4.1",
"version": "0.4.2",
"description": "MacOS roblox launcher",
"main": "frontend/src/windows/main/main.ts",
"scripts": {
Expand Down

0 comments on commit 456bdee

Please sign in to comment.