Skip to content

Commit

Permalink
Update username
Browse files Browse the repository at this point in the history
  • Loading branch information
srwi committed Feb 12, 2023
1 parent 59c5dac commit 5310db9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 13 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
custom: ['https://paypal.me/rumswinkel']
github: ['stnkl']
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Bug report
description: Create a bug report
title: "Bug: "
title: ""
labels: []
body:
- type: checkboxes
attributes:
label: Preflight Checklist
description: Please ensure you've completed all of the following.
options:
- label: I have fully read the [README](https://github.com/stnkl/EverythingToolbar/blob/master/README.md) and it did not solve the problem.
- label: I have fully read the [README](https://github.com/srwi/EverythingToolbar/blob/master/README.md) and it did not solve the problem.
required: true
- label: I have searched all [open and closed issues](https://github.com/stnkl/EverythingToolbar/issues?q=) for the same bug report without success.
- label: I have searched all [open and closed issues](https://github.com/srwi/EverythingToolbar/issues?q=) for the same bug report without success.
required: true
- type: input
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Open a discussion
url: https://github.com/stnkl/EverythingToolbar/discussions
url: https://github.com/srwi/EverythingToolbar/discussions
about: Discuss anything that is not a bug report or feature request
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Feature request
description: Suggest an idea for this project
title: "Feature: "
title: ""
labels: []
body:
- type: checkboxes
attributes:
label: Preflight Checklist
description: Please ensure you've completed all of the following.
options:
- label: I have searched all [open and closed issues](https://github.com/stnkl/EverythingToolbar/issues?q=) for the same feature request without success.
- label: I have searched all [open and closed issues](https://github.com/srwi/EverythingToolbar/issues?q=) for the same feature request without success.
required: true
- type: textarea
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/winget-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Submit installer to Windows Package Manager Community Repository
run: |
$gitToken = "${{ secrets.WINGET_PAT }}"
$github = Invoke-RestMethod -uri "https://api.github.com/repos/stnkl/EverythingToolbar/releases"
$github = Invoke-RestMethod -uri "https://api.github.com/repos/srwi/EverythingToolbar/releases"
$targetRelease = $github | Where-Object { $_.prerelease -eq $false } | Select -First 1
$installerUrl = $targetRelease | Select -ExpandProperty assets -First 1 | Where-Object -Property name -match "EverythingToolbar.*msi" | Select -ExpandProperty browser_download_url
iwr https://aka.ms/wingetcreate/latest -OutFile wingetcreate.exe
Expand Down
4 changes: 2 additions & 2 deletions EverythingToolbar/About.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
</TextBlock>
<TextBlock>
<Run Text="{x:Static properties:Resources.AboutWebsite}" />:
<Hyperlink NavigateUri="https://www.github.com/stnkl/EverythingToolbar"
<Hyperlink NavigateUri="https://www.github.com/srwi/EverythingToolbar"
RequestNavigate="Hyperlink_RequestNavigate">
https://www.github.com/stnkl/EverythingToolbar
https://www.github.com/srwi/EverythingToolbar
</Hyperlink>
</TextBlock>
</StackPanel>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ EverythingToolbar
=================

<a href="https://paypal.me/rumswinkel"><img src="https://img.shields.io/static/v1?label=Donate&message=%E2%9D%A4&logo=PayPal&color=%23009cde" height="25" /></a>
<a href="https://github.com/stnkl/EverythingToolbar/releases/latest"><img src="https://img.shields.io/github/downloads/stnkl/EverythingToolbar/total?color=critical" height="25" /></a>
<a href="https://github.com/srwi/EverythingToolbar/releases/latest"><img src="https://img.shields.io/github/downloads/srwi/EverythingToolbar/total?color=critical" height="25" /></a>
<a href="https://crowdin.com/project/everythingtoolbar"><img src="https://badges.crowdin.net/everythingtoolbar/localized.svg" height="25" /></a>

Instant file search integration for the Windows taskbar powered by [Everything](https://www.voidtools.com/).
Expand Down Expand Up @@ -64,10 +64,10 @@ EverythingToolbar is compatible with both Windows 10 and Windows 11 and works we

- Make sure [Everything](https://www.voidtools.com) &ge; 1.4.1 is installed and running (the Lite version is not supported)
- Install EverythingToolbar using one of the following methods
- Download the installer for [EverythingToolbar](https://github.com/stnkl/EverythingToolbar/releases)
- Download the installer for [EverythingToolbar](https://github.com/srwi/EverythingToolbar/releases)
- [Chocolatey](https://chocolatey.org/): `choco install everythingtoolbar`
- [winget](https://github.com/microsoft/winget-cli/): `winget install everythingtoolbar`
- [Manual installation](https://github.com/stnkl/EverythingToolbar/wiki/Installation-per-user-(experimental)) without admin privileges (not recommended)
- [Manual installation](https://github.com/srwi/EverythingToolbar/wiki/Installation-per-user-(experimental)) without admin privileges (not recommended)
- **Note:** For Everything 1.5a the instance name `1.5a` must be set in the EverythingToolbar settings.

## Setup
Expand Down

0 comments on commit 5310db9

Please sign in to comment.