mirror of
https://github.com/Tilo-K/pastebin-cli.git
synced 2026-01-11 01:11:02 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f5b49e2b86 | |||
|
|
9c5baf87e5 | ||
|
|
8d3f195ea7 |
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -702,7 +702,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pastebin-cli"
|
name = "pastebin-cli"
|
||||||
version = "0.1.5"
|
version = "0.1.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|||||||
@@ -1,11 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "pastebin-cli"
|
name = "pastebin-cli"
|
||||||
version = "0.1.5"
|
version = "0.1.7"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "A simple CLI for pastebin.com"
|
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"
|
||||||
@@ -51,3 +52,5 @@ 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://github.com/Tilo-K/pastebin-cli'/>
|
<Property Id='ARPHELPLINK' Value='https://tilok.dev'/>
|
||||||
|
|
||||||
<UI>
|
<UI>
|
||||||
<UIRef Id='WixUI_FeatureTree'/>
|
<UIRef Id='WixUI_FeatureTree'/>
|
||||||
|
|||||||
Reference in New Issue
Block a user