Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Applications
mhwd
Commits
eed9e128
Commit
eed9e128
authored
Jan 05, 2020
by
Philip Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v0.6.4
parent
53f6f489
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
scripts/mhwd
scripts/mhwd
+1
-1
src/main.cpp
src/main.cpp
+2
-2
No files found.
scripts/mhwd
View file @
eed9e128
...
...
@@ -268,7 +268,7 @@ if [ "${INSTALL}" == "true" ]; then
MHWD_CHECK_PKGS
if
[
"
${
PACKAGES
}
"
!=
""
]
;
then
${
PACMAN
}
-Rs
${
PACKAGES
}
${
PACMAN
}
-Rs
u
${
PACKAGES
}
if
[
"
$?
"
-ne
"0"
]
;
then
echo
"Error: pacman failed!"
exit
1
...
...
src/main.cpp
View file @
eed9e128
...
...
@@ -7,7 +7,7 @@
* Łukasz Matysiak <december0123@gmail.com>
* Filipe Marques <eagle.software3@gmail.com>
*
* Copyright (C) 2012 - 20
17
Manjaro (http://manjaro.org)
* Copyright (C) 2012 - 20
20
Manjaro (http://manjaro.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -32,7 +32,7 @@ int main(int argc, char *argv[])
try
{
Mhwd
mhwd
;
mhwd
.
setVersionMhwd
(
"0.6.
3
"
,
"2012-20
18
"
);
mhwd
.
setVersionMhwd
(
"0.6.
4
"
,
"2012-20
20
"
);
return
mhwd
.
launch
(
argc
,
argv
);
}
catch
(...)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment