Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Build Windows bundle
if: runner.os == 'Windows'
run: pnpm exec tauri build --ci --bundles nsis
run: pnpm exec tauri build --ci --bundles msi

- name: Build bundle
if: runner.os != 'Windows'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

- name: Build Windows bundle
if: runner.os == 'Windows'
run: pnpm exec tauri build --ci --bundles nsis
run: pnpm exec tauri build --ci --bundles msi

- name: Build bundle
if: runner.os != 'Windows'
Expand All @@ -120,7 +120,6 @@ jobs:
-o -name '*.dmg' \
-o -name '*.app.tar.gz' \
-o -name '*.app.tar.gz.sig' \
-o -name '*setup.exe' \
-o -name '*.msi' \) \
-print0
)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CodeNest 是一款跨平台本地项目管理工具,用来集中整理分散

前往 [Releases](https://github.com/MidnightCrowing/CodeNest/releases) 下载适合系统的安装包。

Windows 版本默认发布 NSIS 安装包;macOS 和 Linux 构建产物由 GitHub Actions 按平台生成。
Windows 版本默认发布 MSI 安装包;macOS 和 Linux 构建产物由 GitHub Actions 按平台生成。

也可以在 [Actions](https://github.com/MidnightCrowing/CodeNest/actions) 页面下载最新代码构建产物。下载 Actions 产物需要登录 GitHub。

Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CodeNest is a cross-platform local project manager for organizing projects scatt

Download the installer for your platform from [Releases](https://github.com/MidnightCrowing/CodeNest/releases).

The Windows release publishes an NSIS installer by default. macOS and Linux artifacts are built by GitHub Actions for their platforms.
The Windows release publishes an MSI installer by default. macOS and Linux artifacts are built by GitHub Actions for their platforms.

You can also download latest-code build artifacts from [Actions](https://github.com/MidnightCrowing/CodeNest/actions). Downloading Actions artifacts requires a GitHub account.

Expand Down
Loading
Loading