Skip to content

Commit 3428ef6

Browse files
committed
various tweaks and fixes, several improvements to logging
1 parent 2eb8ed6 commit 3428ef6

File tree

8 files changed

+271
-203
lines changed

8 files changed

+271
-203
lines changed

.github/workflows/Build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
Name=$PACKAGE_NAME
206206
GenericName=$PACKAGE_NAME
207207
$DESKTOP_ICON_LINE
208-
Comment=$PACKAGE_DESCRIPTION
208+
Comment=$PACKAGE_DESC
209209
Exec=/usr/bin/$PACKAGE_NAME
210210
TryExec=/usr/bin/$PACKAGE_NAME
211211
Terminal=false
@@ -223,8 +223,7 @@ jobs:
223223
Priority: optional
224224
Architecture: amd64
225225
Maintainer: Johnny Cena <iamahuman1395@gmail.com>
226-
Description: $PACKAGE_DESCRIPTION
227-
226+
Description: $PACKAGE_DESC
228227
EOF
229228
230229
dpkg-deb --build "$PACKAGE_DIR" "$PACKAGE_DIR".deb

src/argv.cpp

Lines changed: 0 additions & 157 deletions
This file was deleted.

0 commit comments

Comments
 (0)