Skip to content

Commit 95a1b2d

Browse files
committed
v1.0.3 - Merde j'avais zappé les Mac
1 parent 2e9e9aa commit 95a1b2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/assets/js/scripts/uicore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if (!isDev) {
4949
loggerAutoUpdaterSuccess.log('New update available', info.version)
5050

5151
if (process.platform === 'darwin') {
52-
info.darwindownload = `https://github.com/Craftok/Launcher/releases/download/v${info.version}/helioslauncher-setup-${info.version}${process.arch === 'arm64' ? '-arm64' : ''}.dmg`
52+
info.darwindownload = `https://github.com/Craftok/Launcher/releases/download/v${info.version}/Craftok-Launcher-setup-${info.version}${process.arch === 'arm64' ? '-arm64' : ''}.dmg`
5353
showUpdateUI(info)
5454
}
5555

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "craftoklauncher",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"productName": "Craftok Launcher",
55
"description": "Craftok Minecraft Launcher",
66
"author": "Daniel Scalzi (https://github.com/dscalzi/) & Craftok",

0 commit comments

Comments
 (0)