mirror of
https://github.com/Tilo-K/pastebin-cli.git
synced 2026-01-10 17:01:01 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c5baf87e5 | ||
|
|
8d3f195ea7 | ||
| 4df939a597 | |||
|
|
e94e4392e8 | ||
|
|
2ce5378c7b |
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -40,7 +40,7 @@ permissions:
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '**[0-9]+.[0-9]+.[0-9]+*'
|
||||
- '[0-9]+.[0-9]+.[0-9]+'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -702,7 +702,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "pastebin-cli"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
[package]
|
||||
name = "pastebin-cli"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
edition = "2021"
|
||||
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