Skip to content
Snippets Groups Projects
Commit 56fdd77c authored by akiraohgaki's avatar akiraohgaki
Browse files

Merge branch 'develop'

parents 05da823d 77416918
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@
"author": "Opendesktop.org",
"license": "GPL-3.0",
"homepage": "https://www.opendesktop.org/",
"repository": "https://gitlab.opencode.net/OCS/ocs-store",
"repository": "https://git.opendesktop.org/OCS/ocs-store",
"main": "app/main.js",
"scripts": {
"start": "electron .",
......
......@@ -4,6 +4,6 @@ PROJDIR="$(cd "$(dirname "${0}")/../" && pwd)"
if [ ! -f "${PROJDIR}/bin/ocs-manager" ]; then
mkdir -p "${PROJDIR}/bin"
curl -fsSL -o "${PROJDIR}/bin/ocs-manager" https://gitlab.opencode.net/OCS/ocs-manager/uploads/1156210f020d534fafc330d4e4243501/ocs-manager-0.7.0-1-x86_64.AppImage
curl -fsSL -o "${PROJDIR}/bin/ocs-manager" https://git.opendesktop.org/OCS/ocs-manager/uploads/1156210f020d534fafc330d4e4243501/ocs-manager-0.7.0-1-x86_64.AppImage
chmod 755 "${PROJDIR}/bin/ocs-manager"
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment