Skip to content

How to skip msi build for windows? #10900

Closed Answered by FabianLars
HuakunShen asked this question in Q&A
Discussion options

You must be logged in to vote

You can change this https://github.com/kunkunsh/kunkun/blob/dev/apps/desktop/src-tauri/tauri.conf.json#L39 from "all" to an array of targets you want. So if you want "all" without msi it would currently be this: [“deb”, “rpm”, “appimage”, “nsis”, “app”, “dmg”].

Alternatively you can change your workflow file here https://github.com/kunkunsh/kunkun/actions/runs/10707529761/workflow#L28 from '--verbose' to '--verbose -b nsis'

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@HuakunShen
Comment options

@MC-XiaoHei
Comment options

@HuakunShen
Comment options

Answer selected by HuakunShen

This comment has been hidden.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants