2 Commits
1.0.5 ... 1.0.6

Author SHA1 Message Date
008556ab4d fixed 2024-05-07 20:33:04 +02:00
bd54946b94 homepage & release 2024-05-07 17:12:02 +02:00
3 changed files with 3 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ permissions:
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '**[0-9]+.[0-9]+.[0-9]+*'
pull_request:
jobs:

View File

@@ -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"

View File

@@ -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'/>