TheGoddessInari
b5b415fdb2
Make `npm start` work.
6 years ago
TheGoddessInari
d42dc5c4f3
Update asar to 2.0.1.
6 years ago
TheGoddessInari
b237a74ea8
Update Electron to 5.0.1.
6 years ago
TheGoddessInari
1dbf4f3b33
Update to electron 5.0.0.
6 years ago
TheGoddessInari
0279fb3e86
Update to electron 4.1.5.
6 years ago
TheGoddessInari
32b8ec3c83
Update to mocha 6.1.4, which *finally* fixes the security issues.
6 years ago
TheGoddessInari
3dbed8ded1
Update electron to 4.1.4.
6 years ago
TheGoddessInari
01dceeb383
Update electron-builder and mocha because of https://www.npmjs.com/advisories/813 .
...
Still doesn't fully fix it for mocha, but that's tracked at mochajs/mocha#3876 .
6 years ago
TheGoddessInari
5ec2a6b0bb
Update electron to 4.1.3.
6 years ago
TheGoddessInari
8438f465d4
Add debug task, add sensible defaults for Visual Studio Code.
6 years ago
TheGoddessInari
4d0e188297
Update to electron 4.1.1.
6 years ago
TheGoddessInari
37dde30111
Update electron and electron-builder to alleviate yet another Chrome CVE.
6 years ago
TheGoddessInari
5e89799076
package.json: Remove cpy since we already have shx.
6 years ago
TheGoddessInari
6471fe484d
README.md: Redirect non-Windows links to 'nightly', add MacOS links.
...
Fixes #65
6 years ago
TheGoddessInari
40e5497b91
Update dependencies.
6 years ago
TheGoddessInari
085f9a7c77
Update to electron 4.0.1 and electron-builder 20.38.5.
6 years ago
TheGoddessInari
af081b791d
Add git hashes to buildversion.
...
Also replace 'rimraf' with the more generic 'shx'.
7 years ago
TheGoddessInari
45b3597898
Update dev package versions.
7 years ago
TheGoddessInari
86c72dda6c
Update electron to 3.0.8, electron builder to 20.33.2,
...
spectron to 5.0.0 and electron-is-dev to 1.0.1.
Looks like finally the remoting bugs have been fixed.
7 years ago
TheGoddessInari
821e3f58ed
Add snap packaging.
7 years ago
TheGoddessInari
b6761807d2
Update electron to 2.0.11.
7 years ago
TheGoddessInari
2d8fbcf5d5
node: Make 'start' npm command work
...
We have to build and install dependencies first thanks to ExtJS
and electron-builder.
Relates to #55 , and brought up as an issue by @ontherunvaro .
7 years ago
Álvaro Brey
cdc4b83cdb
package.json: Change freedesktop category to Network
...
See https://github.com/ramboxapp/community-edition/pull/971
7 years ago
TheGoddessInari
1448864e29
Update electron-builder to 20.28.3.
7 years ago
TheGoddessInari
491fc4c694
Update electron to 2.0.8 to fix CVE-2018-15685.
7 years ago
Tim Brust
d35d82c055
build(macOS): fix macOS package.json scripts
7 years ago
TheGoddessInari
5940fa1111
Replace Auth0 with file backup, fix service removal.
...
This took some doing, but fixed the service removal thanks to ES6
Promises and a lot of detective work.
Also removed Auth0, and replaced it with a human-readable JSON
exporter/importer that works in the same way.
7 years ago
TheGoddessInari
dbb587f78f
Finish naming, readd donation and flag.
...
Last update wasn't supposed to get pushed yet, this fixes it.
7 years ago
TheGoddessInari
fcb4d7d3fe
Cleanup npm commands to be more sensible.
...
Now they're more akin to how other builds work.
clean = clean build dir
distclean = remove distribution dir.
7 years ago
TheGoddessInari
f6d4188ac6
Finish speeding up build. Format things like electron-build prefers.
7 years ago
TheGoddessInari
169f88b3c9
Speed up sencha compilation and move rimraf to devDependencies.
...
The upstream build script was running a full npm install instead of
taking advantage of electron-builder. This should prevent unnecessary
package recalculation for both regular node packages and recompilation
of native dependencies.
rimraf was in normal dependencies, but without squirrel can live in
devDependencies instead.
This should decently speed up all forms of package building.
7 years ago
TheGoddessInari
c922e13773
Update 'csvjson' to 5.1.0.
...
The last update for it was simply bad timing, as they updated again.
7 years ago
TheGoddessInari
098a89f82f
Update 'csvjson' to 5.0.0.
7 years ago
TheGoddessInari
fc985e7da5
Update 'asar' to 0.14.3.
7 years ago
TheGoddessInari
852cd7fd78
Update 'chai' to 4.1.2.
7 years ago
TheGoddessInari
791a7d9e19
Update 'tmp' to 0.0.33.
7 years ago
TheGoddessInari
dac8b55b0e
Update 'rimraf' to 2.6.2
7 years ago
TheGoddessInari
1e875343fa
Update 'mime' package to 2.3.1.
7 years ago
TheGoddessInari
fad888c616
packages: Update to electron 2.0.6 and electron-context-menu 0.10.0.
7 years ago
TheGoddessInari
43cabea4d1
Finish ripping out squirrel, and fix notifications for NSIS.
7 years ago
TheGoddessInari
7dd9edce59
Deprecate automated 32-bit builds and switch to NSIS.
...
Switch from squirrel to NSIS one-click on Windows.
Stop building and remove win32 and linux32 builds by default for CI.
7 years ago
TheGoddessInari
cf9400eede
Update package versions. Only one known vulnerability left.
7 years ago
TheGoddessInari
e5159fa613
Remove ancient unused electron-cookies.
7 years ago
TheGoddessInari
37dd7a400e
Redo building/packaging commands to replace electron-builder.
...
Also make them more sensible and user-friendly overall, relatively.
Update README with the commands and better instructions.
Important: This ensures that the commands issued by build are
cross-platform in nature instead of hoping. rimraf, cpy, etc.
7 years ago
TheGoddessInari
da5fdabcb4
Simplify builds to one command, update CI and README to match.
...
Also add compilation instructions to README.
7 years ago
TheGoddessInari
b1c0c95871
CI: Incorrect documentation, use null instead of "never".
7 years ago
TheGoddessInari
b017e7dd9f
CI: Try to only deploy on tagged releases, and only via the CI, not via
...
electron-builder.
7 years ago
TheGoddessInari
d218cb75a8
Try to make a proper fork.
...
Redo version to 0.5.18.
Update electron builder.
Fixup continuous integration. MacOS is still broken.
7 years ago
TheGoddessInari
4deb627343
Update from electron-config 0.2.1 to electron-store 2.0.0.
7 years ago
TheGoddessInari
5a1a44d589
Update to electron 2.0.5 to receive critical bugfixes (no breaking
...
changes).
Also update in-depth to fix some of the module issues. This'll have to
be sorted out better later.
7 years ago