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