Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
mhwd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
30
Issues
30
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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-2018
"
);
mhwd
.
setVersionMhwd
(
"0.6.
4"
,
"2012-2020
"
);
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