Skip to content

Commit

Permalink
Evernote New Version Update!!
Browse files Browse the repository at this point in the history
  • Loading branch information
search5 committed Sep 10, 2021
1 parent d992040 commit 8efbb53
Show file tree
Hide file tree
Showing 414 changed files with 6,569 additions and 3,135 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

ELECTRON_VERSION=11.3.0
EVERNOTE_VERSION=10.20.4-win-ddl-ga-2893
EVERNOTE_VERSION=10.21.5-win-ddl-ga-2931
EVERNOTE_BINARY=evernote.exe
BUILD_ARCH=${1:-x64}
PACKAGE_ARCH=${2:-amd64}
Expand Down
15 changes: 15 additions & 0 deletions build_helper/0_clucene_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/usr/bin/env python
import json

dist_clucene = open("../build-x64/app-unpacked/node_modules/clucene/package.json")

save_clucene = open("../evernote_modules/clucene/package.json")

dist_json = json.load(dist_clucene)
save_json = json.load(save_clucene)

print(">> dist clucene version")
print(dist_json['version'])

print(">> save clucene version")
print(save_json['version'])
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@

if r.status_code != 404:
shutil.rmtree(entry)
print('삭제함', entry)
#print('삭제함', entry)
#pass
else:
print(entry)

# print(private_registry)
#open("output_log.txt", "w").writelines(private_registry)
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 0 additions & 19 deletions build_helper/publish.py

This file was deleted.

2 changes: 1 addition & 1 deletion build_pare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

ELECTRON_VERSION=11.3.0
EVERNOTE_VERSION=10.20.4-win-ddl-ga-2893
EVERNOTE_VERSION=10.21.5-win-ddl-ga-2931
EVERNOTE_BINARY=evernote.exe
BUILD_ARCH=${1:-x64}
PACKAGE_ARCH=${2:-amd64}
Expand Down
6 changes: 3 additions & 3 deletions evernote_modules/conduit-auth-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conduit-auth-shared",
"version": "1.38.1",
"version": "1.39.1",
"publishConfig": {
"registry": "http://localhost:4873"
},
Expand All @@ -19,8 +19,8 @@
"sinon-chai": "^3.3.0"
},
"dependencies": {
"conduit-utils": "1.38.1",
"conduit-view-types": "1.38.1",
"conduit-utils": "1.39.1",
"conduit-view-types": "1.39.1",
"js-base64": "^3.5.2",
"simply-immutable": "^2.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion evernote_modules/conduit-core/dist/ConduitCore.d.ts.map

Large diffs are not rendered by default.

77 changes: 34 additions & 43 deletions evernote_modules/conduit-core/dist/ConduitCore.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion evernote_modules/conduit-core/dist/ConduitCore.js.map

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion evernote_modules/conduit-core/dist/ConduitUserCore.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8efbb53

Please sign in to comment.