Skip to content
Snippets Groups Projects
Unverified Commit 09d624c2 authored by Shazib Hussain's avatar Shazib Hussain Committed by GitHub
Browse files

Tidy up electron (#1221)

Bumping package version to match actual/web, and deleting two scripts
i'm pretty sure are legacy/unused.
parent 81afe289
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
find ../loot-core \
-not -ipath '*src/client*' \
-not -ipath '*src/bin*' \
-not -ipath '*tests*' \
-not -iname '*.test.js' \
-not -iname '.#*' |
xargs ../../node_modules/.bin/babel --plugins babel-plugin-transform-es2015-modules-commonjs,babel-plugin-transform-object-rest-spread --no-babelrc -d lib-node
#!/bin/sh -e
if [ -d "/Users/james/projects/electron-builder" ]; then
electron-builder
# NODE_PATH=/Users/james/projects/electron-builder/packages \
# ~/projects/electron-builder/packages/electron-builder/out/cli/cli.js $@
else
NODE_PATH=/c/Users/User/electron-builder/packages \
node /c/Users/User/electron-builder/packages/electron-builder/out/cli/cli.js $@
fi
......@@ -3,7 +3,7 @@
"productName": "Actual",
"author": "Shift Reset LLC",
"description": "A simple and powerful personal finance system",
"version": "23.5.0",
"version": "23.6.0",
"scripts": {
"clean": "rm -rf dist",
"update-client": "bin/update-client",
......
---
category: Maintenance
authors: [Shazib]
---
Clean up legacy build scripts
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