Skip to content

Commit 36ac283

Browse files
author
hiqqs
committed
docs
1 parent f5f482f commit 36ac283

3 files changed

Lines changed: 3 additions & 46 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,13 @@ To install locally, run the installer `.exe` and follow the setup wizard. You ca
7171

7272
Published Windows installers are stored in the repository's GitHub Releases. The app checks that release feed on startup when running from a packaged Windows build, and prompts you to restart after a downloaded update is ready.
7373

74-
To publish a new Windows release from CI or a tag build, use:
74+
Build the installer locally with:
7575

7676
```powershell
77-
npm run release:ci
77+
npm run dist:win
7878
```
7979

80-
If you just want to build the installer locally without publishing it, use `npm run dist:win`.
81-
Do not run `npm run release:ci` locally; it is meant for GitHub Actions publishing only.
80+
If you want to publish a release, upload the installer from the GitHub Releases UI after tagging a version like `v0.2.3`.
8281

8382
## Project Structure
8483

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"dev": "concurrently \"vite\" \"wait-on http://localhost:5173 && electron .\"",
1414
"build": "tsc -b && vite build",
1515
"dist:win": "npm run build && electron-builder --win nsis",
16-
"release:ci": "npm run build && electron-builder --win nsis --publish always",
1716
"lint": "eslint .",
1817
"test": "themis test",
1918
"test:generate": "themis generate src",

0 commit comments

Comments
 (0)