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
1 change: 1 addition & 0 deletions dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-da
install-path = "CARGO_HOME"
# Whether to install an updater program
install-updater = true
allow-dirty = ["msi"]
3 changes: 3 additions & 0 deletions wix/main.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@
<!--<Property Id='ARPPRODUCTICON' Value='ProductICO' />-->

<Property Id='ARPHELPLINK' Value='https://github.com/v81d/nope'/>

<Property Id="WIXUI_EXITDIALOGOPTIONALTEXT"
Value="nope was installed successfully, but you must attach a hook to your shell to allow it to intercept regretted commands. Visit https://github.com/v81d/nope to install the hook for your shell." />

<UI>
<UIRef Id='WixUI_FeatureTree'/>
Expand Down
Loading