Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DFN2
pling-store-releases
Commits
86c06f09
Verified
Commit
86c06f09
authored
Sep 02, 2019
by
azubieta
Browse files
enable self updates
parent
2af258f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/main.js
View file @
86c06f09
...
...
@@ -32,7 +32,7 @@ async function startOcsManager() {
}
};
ocsManager
=
spawn
(
ocsManagerConfig
.
bin
,
[
'
-p
'
,
ocsManagerConfig
.
port
]);
ocsManager
=
spawn
(
ocsManagerConfig
.
bin
,
[
'
-p
'
,
ocsManagerConfig
.
port
,
'
--appFile
'
,
process
.
env
.
APPIMAGE
]);
ocsManager
.
stdout
.
on
(
'
data
'
,
(
data
)
=>
{
console
.
log
(
`[
${
ocsManagerConfig
.
bin
}
]
${
data
}
`
);
...
...
pkg/appimage/appimagebuild
View file @
86c06f09
...
...
@@ -28,7 +28,7 @@ install -D -m 755 /usr/lib/x86_64-linux-gnu/libXss.so.1 ${APPDIR}/usr/lib/ocs-st
install
-D
-m
755 /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so
${
APPDIR
}
/usr/lib/ocs-store-linux-x64/libcanberra-gtk-module.so
install
-D
-m
755 /usr/lib/x86_64-linux-gnu/libgnome-keyring.so.0
${
APPDIR
}
/usr/lib/ocs-store-linux-x64/libgnome-keyring.so.0
curl
-fsSL
-o
ocs-manager https://
git
.open
desktop.org/akiraohgaki/ocs-manager/uploads/d3dc42436b82d11360ebc96b38d4aaf4
/ocs-manager-0.8.1-1-x86_64.AppImage
curl
-fsSL
-o
ocs-manager https://
www
.open
code.net/dfn2/ocs-manager/-/jobs/artifacts/master/raw/build_ocs-manager
/ocs-manager-0.8.1-1-x86_64.AppImage
?job
=
appimage
install
-D
-m
755 ocs-manager
${
APPDIR
}
/usr/bin/ocs-manager
IMWHEEL_PATH
=
$(
which imwheel
)
...
...
Write
Preview
Supports
Markdown
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