diff --git a/package.json b/package.json index abdc7be657..ad2792d7f4 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "main": "main.js", "homepage": "https://todesktop.com", "scripts": { - "release": "todesktop release .", - "build": "todesktop build .", + "release": "todesktop release --latest", + "build": "todesktop build", "start": "electron ." }, "author": "Your Name ",