|
|
@@ -85,7 +85,6 @@ build_web:
|
|
|
cp -R ./source/*.ico ./dist/web
|
|
|
cp -R ./source/*.png ./dist/web
|
|
|
rm -rf ./dist/web/electron.* ./dist/web/app.js
|
|
|
- cp -R ./node_modules/dagre/dist/dagre.js ./dist/web
|
|
|
sed -i "s/0\.0\.0/$$(grep '"version":' package.json -m1 | cut -d\" -f4)/g" ./dist/web/index.html
|
|
|
|
|
|
publish_web: build_web
|