Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
rws77
ocs-manager
Commits
ed063075
Commit
ed063075
authored
Mar 30, 2019
by
akiraohgaki
Browse files
Merge branch 'develop'
parents
9ab4a9e1
3da48b9e
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/configs/application.json
View file @
ed063075
{
"id"
:
"ocs-manager"
,
"name"
:
"ocs-manager"
,
"version"
:
"0.8.
0
"
,
"version"
:
"0.8.
1
"
,
"organization"
:
"Opendesktop.org"
,
"domain"
:
"org.opendesktop.ocs-manager"
,
"icon"
:
":/desktop/ocs-manager.svg"
,
...
...
app/src/handlers/itemhandler.cpp
View file @
ed063075
...
...
@@ -449,6 +449,15 @@ void ItemHandler::installDownloadedFile(Qtil::NetworkResource *resource)
installedFiles
.
append
(
QJsonValue
(
destFilename
));
}
if
(
installedFiles
.
isEmpty
())
{
result
[
"status"
]
=
QString
(
"error_install"
);
result
[
"message"
]
=
tr
(
"Failed to installation"
);
emit
installFinished
(
result
);
tempDir
.
remove
();
resource
->
deleteLater
();
return
;
}
// Installation post-process
metadata
.
remove
(
"command"
);
metadata
[
"files"
]
=
installedFiles
;
...
...
pkg/appimage/appimagebuild
View file @
ed063075
#!/bin/bash
PKGNAME
=
'ocs-manager'
PKGVER
=
'0.8.
0
'
PKGVER
=
'0.8.
1
'
PKGREL
=
'1'
#UPDINFO='zsync|http://***/ocs-manager-x86_64.AppImage.zsync'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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