Skip to content

Commit 67791af

Browse files
chore: update build-desktop workflow to use NSIS for bundling
- Changed the bundling argument from 'app' to 'nsis' in the build-desktop workflow for improved installer generation.
1 parent effdc6a commit 67791af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
projectPath: apps/desktop
5959
tauriScript: tauri
60-
args: --bundles app
60+
args: --bundles nsis
6161
tagName: v${{ steps.app_version.outputs.version }}
6262
releaseName: MiniFy v${{ steps.app_version.outputs.version }}
6363
releaseBody: Automated release for MiniFy v${{ steps.app_version.outputs.version }}

0 commit comments

Comments
 (0)