File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " PiBakery" ,
33 "displayName" : " PiBakery" ,
4- "version" : " 0.3.7 " ,
4+ "version" : " 0.3.8 " ,
55 "description" : " The blocks based, easy to use setup tool for Raspberry Pi" ,
66 "main" : " ./main.js" ,
77 "author" :
" David Ferguson <[email protected] >" ,
88 "license" : " GPL-3.0+" ,
99 "scripts" : {
1010 "setup" : " npm install && if uname | grep Darwin; then mkdir -p '/Library/Application Support/PiBakery/os/'; fi" ,
1111 "start" : " electron ." ,
12- "build-mac" : " find . -name .DS_Store -depth -exec rm {} \\ ; && npm dedupe && electron-packager ./ PiBakery --platform=darwin --arch=all --version=1.3.2 --overwrite --prune --app-version=0.3.7 --icon=./app/img/icon.icns" ,
13- "build-win" : " npm dedupe && electron-packager ./ PiBakery --platform=win32 --arch=ia32 --version=1.3.2 --overwrite --prune --app-version=0.3.7 --icon=./app/img/icon.ico" ,
14- "build-linux" : " find . -name .DS_Store -depth -exec rm {} \\ ; && npm dedupe && electron-packager ./ PiBakery --platform=linux --arch=all --version=1.3.2 --overwrite --prune --app-version=0.3.7 --icon=./app/img/icon.icns"
12+ "build-mac" : " find . -name .DS_Store -depth -exec rm {} \\ ; && npm dedupe && electron-packager ./ PiBakery --platform=darwin --arch=all --version=1.3.2 --overwrite --prune --app-version=0.3.8 --icon=./app/img/icon.icns" ,
13+ "build-win" : " npm dedupe && electron-packager ./ PiBakery --platform=win32 --arch=ia32 --version=1.3.2 --overwrite --prune --app-version=0.3.8 --icon=./app/img/icon.ico" ,
14+ "build-linux" : " find . -name .DS_Store -depth -exec rm {} \\ ; && npm dedupe && electron-packager ./ PiBakery --platform=linux --arch=all --version=1.3.2 --overwrite --prune --app-version=0.3.8 --icon=./app/img/icon.icns"
1515 },
1616 "optionalDependencies" : {
1717 "elevator" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments