mirror of
https://github.com/Tilo-K/pastebin-cli.git
synced 2026-01-10 17:01:01 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c5baf87e5 | ||
|
|
8d3f195ea7 |
@@ -6,6 +6,7 @@ description = "A simple CLI for pastebin.com"
|
||||
authors = ["Tilo K"]
|
||||
license = "AGPL-3.0-or-later"
|
||||
repository = "https://github.com/Tilo-K/pastebin-cli"
|
||||
homepage = "https://tilok.dev"
|
||||
|
||||
[package.metadata.wix]
|
||||
upgrade-guid = "C59671CA-09B6-4A5C-B381-BFDECECB9F9D"
|
||||
@@ -51,3 +52,5 @@ npm-scope = "@tilo"
|
||||
pr-run-mode = "plan"
|
||||
# Whether to install an updater program
|
||||
install-updater = true
|
||||
|
||||
allow-dirty = ["ci"]
|
||||
@@ -173,7 +173,7 @@
|
||||
<!--<Icon Id='ProductICO' SourceFile='wix\Product.ico'/>-->
|
||||
<!--<Property Id='ARPPRODUCTICON' Value='ProductICO' />-->
|
||||
|
||||
<Property Id='ARPHELPLINK' Value='https://github.com/Tilo-K/pastebin-cli'/>
|
||||
<Property Id='ARPHELPLINK' Value='https://tilok.dev'/>
|
||||
|
||||
<UI>
|
||||
<UIRef Id='WixUI_FeatureTree'/>
|
||||
|
||||
Reference in New Issue
Block a user