Skip to content

Commit

Permalink
Even more renaming (debian)
Browse files Browse the repository at this point in the history
  • Loading branch information
xeco23 committed Oct 17, 2024
1 parent 59b3799 commit 31b4c37
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.12)
project(
WasIstLos
wasistlos
VERSION 1.6.5
DESCRIPTION "An unofficial WhatsApp desktop application for Linux"
HOMEPAGE_URL "https://github.com/xeco23/WasIstLos"
Expand Down
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
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
WasIstLos (0) stable; urgency=medium
wasistlos (0) stable; urgency=medium

* See https://github.com/xeco23/WasIstLos/releases

Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: WasIstLos
Source: wasistlos
Section: web
Priority: optional
Maintainer: Enes Hecan <[email protected]>
Expand All @@ -14,7 +14,7 @@ Standards-Version: 4.5.1
Homepage: https://github.com/xeco23/WasIstLos
Rules-Requires-Root: no

Package: WasIstLos
Package: wasistlos
Architecture: any
Depends: glib-networking,
gstreamer1.0-libav,
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ slots:

apps:
wasistlos:
command: usr/local/bin/WasIstLos
command: usr/local/bin/wasistlos
desktop: usr/local/share/applications/com.github.xeco23.WasIstLos.desktop
common-id: com.github.xeco23.WasIstLos
plugs:
Expand Down

0 comments on commit 31b4c37

Please sign in to comment.