Skip to content

Commit 8533cbd

Browse files
committed
Regenerate WiX?
1 parent b69ec74 commit 8533cbd

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

dist-workspace.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,7 @@ ci = "github"
1010
# The installers to generate for each app
1111
installers = ["shell", "powershell", "homebrew", "msi"]
1212
# Target platforms to build apps for (Rust target-triple syntax)
13-
targets = [
14-
"aarch64-apple-darwin",
15-
"x86_64-apple-darwin",
16-
"x86_64-unknown-linux-gnu",
17-
"x86_64-unknown-linux-musl",
18-
"x86_64-pc-windows-msvc",
19-
]
13+
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
2014
# A GitHub repo to push Homebrew formulas to
2115
tap = "BitpingApp/homebrew-tap"
2216
# Path that installers should place binaries in

wix/main.wxs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969

7070
<Package Id='*'
7171
Keywords='Installer'
72+
Description='A command line utility to ping a website from anywhere in the world!'
7273
Manufacturer='Firaenix'
7374
InstallerVersion='450'
7475
Languages='1033'
@@ -172,7 +173,7 @@
172173
<!--<Icon Id='ProductICO' SourceFile='wix\Product.ico'/>-->
173174
<!--<Property Id='ARPPRODUCTICON' Value='ProductICO' />-->
174175

175-
<Property Id='ARPHELPLINK' Value='https://github.com/BitpingApp/bping'/>
176+
<Property Id='ARPHELPLINK' Value='https://bitping.com'/>
176177

177178
<UI>
178179
<UIRef Id='WixUI_FeatureTree'/>

0 commit comments

Comments
 (0)