Compare commits

...

2 Commits

Author SHA1 Message Date
izzy 864571df56 fix: include empty cert pass 2025-10-08 17:51:45 +01:00
izzy 2cf64b556f ci: actually provide the github token secret 2025-10-08 17:41:31 +01:00
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -46,3 +46,5 @@ jobs:
pnpm run make
fi
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+1
View File
@@ -35,6 +35,7 @@ const config: ForgeConfig = {
rebuildConfig: {},
makers: [
new MakerAppX({
certPass: "",
packageExecutable: `app\\${STRINGS.execName}.exe`,
publisher: "CN=B040CC7E-0016-4AF5-957F-F8977A6CFA3B",
}),
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "stoat-desktop",
"productName": "stoat-desktop",
"version": "1.1.0",
"version": "1.1.8",
"main": ".vite/build/main.js",
"repository": "stoatchat/desktop",
"scripts": {