Skip to content
Snippets Groups Projects
Commit 6031e2bc authored by DFN2's avatar DFN2
Browse files

failed build fix

parent da251a3d
No related branches found
No related tags found
No related merge requests found
SHELL = /bin/sh
TARGET = ocs-store
TARGET = pling-store
srcdir = .
DESTDIR =
......
......@@ -12,7 +12,7 @@
"scripts": {
"start": "electron .",
"debug": "electron . --debug",
"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)($|/)'"
"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)($|/)'"
},
"dependencies": {
"electron-store": "2.*.*",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment