mirror of https://github.com/keeweb/keeweb
fix #804: Windows installer upgrade issue
parent
977cd00187
commit
376c1a9cbc
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "KeeWeb",
|
||||
"version": "1.6.2",
|
||||
"version": "1.6.3",
|
||||
"description": "Free cross-platform password manager compatible with KeePass",
|
||||
"main": "main.js",
|
||||
"homepage": "https://keeweb.info",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "keeweb",
|
||||
"version": "1.6.2",
|
||||
"version": "1.6.3",
|
||||
"description": "Free cross-platform password manager compatible with KeePass",
|
||||
"main": "Gruntfile.js",
|
||||
"private": true,
|
||||
|
|
|
@ -65,6 +65,8 @@ Section "MainSection" SEC01
|
|||
SetOutPath "$INSTDIR"
|
||||
SetOverwrite on
|
||||
File /r "tmp\desktop\KeeWeb-win32-${arch}\*"
|
||||
Delete "$INSTDIR\resources\app\*.*"
|
||||
RMDir /r "$INSTDIR\resources\app"
|
||||
CreateDirectory "$SMPROGRAMS\KeeWeb"
|
||||
CreateShortCut "$SMPROGRAMS\KeeWeb\KeeWeb.lnk" "$INSTDIR\${PRODUCT_EXE}"
|
||||
CreateShortCut "$DESKTOP\KeeWeb.lnk" "$INSTDIR\${PRODUCT_EXE}"
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
Release notes
|
||||
-------------
|
||||
##### v1.6.3 (2017-12-11)
|
||||
`-` fixed Windows installer upgrade issue
|
||||
|
||||
##### v1.6.2 (2017-12-09)
|
||||
`+` Google Drive shared files support
|
||||
`-` fixed Google Drive authentication issues
|
||||
|
|
Loading…
Reference in New Issue