diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7a12e4bc28aa6b66e6e99f799d18a57d7239b90..11157a5fd3217dc817853e807e1bd052a84dd3a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,5 +8,5 @@ appimage: - ./scripts/package appimage artifacts: paths: - - build_*/ocs-store*.AppImage + - build_*/pling-store*.AppImage expire_in: 2 days diff --git a/package.json b/package.json index d040a9626940bea8ba88e9f41c90488f6f14d3ac..c62bd3bb585f191e2024494b6cb30d1239967898 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "ocs-store", + "name": "pling-store", "productName": "OCS-Store", "version": "4.1.1", "description": "Store Frontend and Management Application based on OpenCollaborationServices (OCS) of Opendesktop.org.", diff --git a/pkg/appimage/appimagebuild b/pkg/appimage/appimagebuild index 2585f8d1d3fded2f7da5a5defe7e76e77535494e..56b32e1cb2a6a855526947112fbca6d3b31b306f 100644 --- a/pkg/appimage/appimagebuild +++ b/pkg/appimage/appimagebuild @@ -1,10 +1,10 @@ #!/bin/bash -PKGNAME='ocs-store' +PKGNAME='pling-store' PKGVER='4.1.1' PKGREL='1' -UPDINFO='zsync|http://dl.opendesktop.org/api/files/download/id/1532435039/as/latest/ocs-store-x86_64.AppImage.zsync' +UPDINFO='zsync|http://dl.opendesktop.org/api/files/download/id/1532435039/as/latest/pling-store-x86_64.AppImage.zsync' APPDIR="${PKGNAME}.AppDir" make diff --git a/scripts/package b/scripts/package old mode 100644 new mode 100755 index 3116e5a708e3e31c14a4e95856896c870b4433e6..895b12e8148c45997996ca05b40925f79086a8e0 --- a/scripts/package +++ b/scripts/package @@ -1,6 +1,6 @@ #!/bin/bash -PKGNAME='ocs-store' +PKGNAME='pling-store' PKGUSER='pkgbuilder'