Merge branch 'master' of www.opencode.net:dfn2/pling-store into rename_to_pling_store
Conflicts: package.json
No related branches found
No related tags found
... | ... | @@ -3,16 +3,16 @@ |
"productName": "Pling-Store", | ||
"version": "4.1.1", | ||
"description": "Store Frontend and Management Application based on OpenCollaborationServices (OCS) of Opendesktop.org.", | ||
"author": "Opendesktop.org", | ||
"author": "Pling.com", | ||
"license": "GPL-3.0", | ||
"homepage": "https://www.opendesktop.org/", | ||
"repository": "https://git.opendesktop.org/akiraohgaki/pling-store", | ||
"bugs": "https://git.opendesktop.org/akiraohgaki/pling-store/issues", | ||
"homepage": "https://www.pling.com/", | ||
"repository": "https://www.opencode.net/dfn2/pling-store", | ||
"bugs": "https://www.opencode.net/dfn2/pling-store/issues", | ||
"main": "app/main.js", | ||
"scripts": { | ||
"start": "electron .", | ||
"debug": "electron . --debug", | ||
"package": "electron-packager . pling-store --platform=linux --arch=x64 --out=dist --overwrite --ignore='^/(\\.gitignore|\\.gitlab\\-ci\\.yml|Makefile|README\\.md|desktop|launcher|pkg|scripts|appimagebuild)($|/)'" | ||
"package": "electron-packager . ocs-store --platform=linux --arch=x64 --out=dist --overwrite --ignore='^/(\\.gitignore|\\.gitlab\\-ci\\.yml|Makefile|README\\.md|desktop|launcher|pkg|scripts|appimagebuild)($|/)'" | ||
}, | ||
"dependencies": { | ||
"electron-store": "2.*.*", | ||
... | ... |
Please register or sign in to comment