From 35a0730538632aad18b103c7072b12e40477d6f3 Mon Sep 17 00:00:00 2001 From: "govert@muze.nl" Date: Fri, 31 Oct 2025 16:29:38 +0100 Subject: [PATCH 1/2] release shoud build to the correct place --- forge.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge.config.js b/forge.config.js index 1e715e8..7632e35 100644 --- a/forge.config.js +++ b/forge.config.js @@ -44,7 +44,7 @@ module.exports = { owner: 'SimplyEdit', name: 'simplycode-electron' }, - prerelease: true + prerelease: false } } ], From dc725bb3ee8b9f20ed7fd06457498a7877aea95c Mon Sep 17 00:00:00 2001 From: "govert@muze.nl" Date: Fri, 31 Oct 2025 16:30:26 +0100 Subject: [PATCH 2/2] release shoud build to the correct place --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 18428c9..73d6f69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "name": "simplycode", - "version": "1.0.0", "description": "Simplycode in electron to build websites", "main": "main.js", "scripts": {