Skip to content

Commit

Permalink
Rename more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
xeco23 committed Oct 17, 2024
1 parent 8c1c168 commit 7d31f90
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/funding.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github: eneshecan
open_collective: wasistlos
github: xeco23
open_collective: WasIstLos
ko_fi: xeco19
custom: "paypal.me/xeco19"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
recipe: "./appimage/AppImageBuilder.yml"
env:
UPDATE_INFO: gh-releases-zsync|eneshecan|WasIstLos|${{ env.RELEASE_VERSION }}|*x86_64.AppImage.zsync
UPDATE_INFO: gh-releases-zsync|xeco23|WasIstLos|${{ env.RELEASE_VERSION }}|*x86_64.AppImage.zsync

- name: Push Tag
id: push-tag
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ We are really happy you're reading this, because we need volunteers to help this

## Code

You can contribute by opening issues, resolving any issue especially [good first issues](https://github.com/xeco/WasIstLos/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22),
You can contribute by opening issues, resolving any issue especially [good first issues](https://github.com/xeco23/WasIstLos/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22),
improving documentation, adding [translations](https://github.com/xeco23/WasIstLos/wiki#translations) in your language etc.

### Submitting changes
Expand All @@ -14,7 +14,7 @@ Read more about [Pull Requests](https://help.github.com/en/github/collaborating-


## Donations
Donations are accepted through [opencollective](https://opencollective.com/wasistlos), [github sponsors](https://github.com/sponsors/eneshecan),
Donations are accepted through [opencollective](https://opencollective.com/WasIstLos), [github sponsors](https://github.com/sponsors/xeco23),
[ko_fi](https://ko-fi.com/xeco19) and [paypal](https://www.paypal.com/paypalme/xeco19).
Money collected via Open Collective is distributed to code contributors.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ Please read [contributing](CONTRIBUTING.md).

### Code Contributors

[![Code Contributors](https://opencollective.com/whatsapp-for-linux/contributors.svg?width=880&button=false)](https://github.com/eneshecan/whatsapp-for-linux/graphs/contributors)
[![Code Contributors](https://opencollective.com/WasIstLos/contributors.svg?width=880&button=false)](https://github.com/xeco23/WasIstLos/graphs/contributors)
2 changes: 1 addition & 1 deletion appimage/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AppDir:
name: WasIstLos
icon: com.github.xeco23.WasIstLos
version: !ENV ${RELEASE_VERSION}
exec: usr/bin/wasistlos
exec: usr/bin/WasIstLos
exec_args: $@
after_bundle: |
# Binary patch absolute paths in libwebkit files
Expand Down
10 changes: 5 additions & 5 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: whatsapp-for-linux
name: WasIstLos
base: core20
grade: stable
confinement: strict
adopt-info: whatsapp-for-linux
adopt-info: WasIstLos

parts:
whatsapp-for-linux:
WasIstLos:
source-type: local
source: .
plugin: cmake
Expand Down Expand Up @@ -35,7 +35,7 @@ parts:
- resource/com.github.xeco23.WasIstLos.appdata.xml

cleanup:
after: [whatsapp-for-linux]
after: [WasIstLos]
plugin: nil
build-snaps: [core20, gnome-3-38-2004, gtk-common-themes]
override-prime: |
Expand Down Expand Up @@ -68,7 +68,7 @@ slots:
name: com.github.xeco23.WasIstLos

apps:
whatsapp-for-linux:
WasIstLos:
command: usr/local/bin/WasIstLos
desktop: usr/local/share/applications/com.github.xeco23.WasIstLos.desktop
common-id: com.github.xeco23.WasIstLos
Expand Down
2 changes: 1 addition & 1 deletion src/util/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ namespace wfl::util
if (autostart)
{
constexpr auto const possibleDesktopFilePaths = std::array<char const*, 3>{"/usr/local/share/applications/" WFL_APP_ID ".desktop",
"/usr/share/applications/" WFL_APP_ID ".desktop", "/snap/whatsapp-for-linux/current/share/applications/" WFL_APP_ID ".desktop"};
"/usr/share/applications/" WFL_APP_ID ".desktop", "/snap/WasIstLos/current/share/applications/" WFL_APP_ID ".desktop"};

auto const it = std::find_if(possibleDesktopFilePaths.begin(), possibleDesktopFilePaths.end(),
[](auto const& elem)
Expand Down

0 comments on commit 7d31f90

Please sign in to comment.