summarylogtreecommitdiffstats
path: root/remove_git_submodule.patch
diff options
context:
space:
mode:
authortercean2021-03-31 16:57:13 +0200
committertercean2021-03-31 16:57:13 +0200
commit8892c4a6034bc4a154ae0191089f8e0b39d017b9 (patch)
tree1ccd5a4896c79e5c66ef5fc93c68e329e395d6a9 /remove_git_submodule.patch
parent78f8bff1b2bdd7deb4ed15912c5815df4161d7c8 (diff)
downloadaur-8892c4a6034bc4a154ae0191089f8e0b39d017b9.tar.gz
1.15.5 and use recent electron
Diffstat (limited to 'remove_git_submodule.patch')
-rw-r--r--remove_git_submodule.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/remove_git_submodule.patch b/remove_git_submodule.patch
index 5b69fc3bc3cf..e4f83a47f3ba 100644
--- a/remove_git_submodule.patch
+++ b/remove_git_submodule.patch
@@ -1,12 +1,12 @@
-diff --unified --recursive --text orig/package.json patched/package.json
---- orig/package.json 2020-12-15 22:44:24.000000000 +0100
-+++ patched/package.json 2020-12-25 16:07:45.746047461 +0100
+diff --unified --recursive --text orig/package.json deltachat-desktop-1.15.3/package.json
+--- orig/package.json 2021-03-18 13:55:27.000000000 +0100
++++ deltachat-desktop-1.15.3/package.json 2021-03-18 19:48:25.361065415 +0100
@@ -4,8 +4,6 @@
"description": "Desktop Application for delta.chat",
"main": "index.js",
"scripts": {
- "install": "npm run install:submodules",
- "install:submodules": "git submodule update --recursive --init",
- "test": "npm run lint && npm run check-formatting && npm run test-log-conventions && npm run test-unit",
+ "test": "npm run check-types && npm run lint && npm run check-formatting && npm run test-log-conventions && npm run test-unit && npm run test-misc",
+ "test-misc": "node ./bin/test_package_lock_version",
"test-log-conventions": "node ./bin/log-conventions",
- "test-unit": "node test/unit",