Skip to content

Commit

Permalink
Fix for broken build in previous release
Browse files Browse the repository at this point in the history
  • Loading branch information
danenania committed Apr 28, 2022
1 parent c8b5346 commit be474a0
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,8 @@
],
"1.4.25": [
"Improved logging for Export Org functionality to debug rare error cases"
],
"1.4.26": [
"Fix for broken build in previous release"
]
}
5 changes: 3 additions & 2 deletions envkey-electron/package-lock.json

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

2 changes: 1 addition & 1 deletion envkey-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "EnvKey",
"version": "1.4.24",
"version": "1.4.26",
"description": "EnvKey's cross-platform native app",
"author": "Dane Schneider <dane@envkey.com> (https://www.envkey.com)",
"homepage": "https://www.envkey.com",
Expand Down
24 changes: 12 additions & 12 deletions envkey-electron/updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
"version": "1.4.26"
},
"linux-x64-prod": {
"update": "https://github.com/envkey/envkey-app/releases/download/linux-x64-prod-v1.4.24/EnvKey-1.4.24.AppImage",
"install": "https://github.com/envkey/envkey-app/releases/download/linux-x64-prod-v1.4.24/EnvKey-1.4.24.AppImage",
"version": "1.4.24"
"update": "https://github.com/envkey/envkey-app/releases/download/linux-x64-prod-v1.4.26/EnvKey-1.4.26.AppImage",
"install": "https://github.com/envkey/envkey-app/releases/download/linux-x64-prod-v1.4.26/EnvKey-1.4.26.AppImage",
"version": "1.4.26"
},
"win32-x64-prod": {
"update": "https://github.com/envkey/envkey-app/releases/download/win32-x64-prod-v1.4.24",
"install": "https://github.com/envkey/envkey-app/releases/download/win32-x64-prod-v1.4.24/EnvKey.Setup.1.4.24.exe",
"version": "1.4.24"
"update": "https://github.com/envkey/envkey-app/releases/download/win32-x64-prod-v1.4.26",
"install": "https://github.com/envkey/envkey-app/releases/download/win32-x64-prod-v1.4.26/EnvKey.Setup.1.4.26.exe",
"version": "1.4.26"
},
"win32-ia32-prod": {
"update": "https://github.com/envkey/envkey-app/releases/download/win32-ia32-prod-v1.4.24",
"install": "https://github.com/envkey/envkey-app/releases/download/win32-ia32-prod-v1.4.24/EnvKey.Setup.1.4.24.exe",
"version": "1.4.24"
"update": "https://github.com/envkey/envkey-app/releases/download/win32-ia32-prod-v1.4.26",
"install": "https://github.com/envkey/envkey-app/releases/download/win32-ia32-prod-v1.4.26/EnvKey.Setup.1.4.26.exe",
"version": "1.4.26"
},
"darwin-x64-prod": {
"update": "https://github.com/envkey/envkey-app/releases/download/darwin-x64-prod-v1.4.24/release.json",
"install": "https://github.com/envkey/envkey-app/releases/download/darwin-x64-prod-v1.4.24/EnvKey-1.4.24.dmg",
"version": "1.4.24"
"update": "https://github.com/envkey/envkey-app/releases/download/darwin-x64-prod-v1.4.26/release.json",
"install": "https://github.com/envkey/envkey-app/releases/download/darwin-x64-prod-v1.4.26/EnvKey-1.4.26.dmg",
"version": "1.4.26"
}
}

0 comments on commit be474a0

Please sign in to comment.