mirror of
https://github.com/Makazzz/BitwardenPortable.git
synced 2026-08-24 02:14:12 -05:00
Update to 1.16.6
No more asking for update and %APPDATA%\Bitwarden\logs is now cleaned after closing
This commit is contained in:
@@ -7,3 +7,7 @@ MinOS=7
|
||||
|
||||
[Environment]
|
||||
BITWARDEN_APPDATA_DIR=%PAL:DataDir%\Bitwarden
|
||||
|
||||
[DirectoriesCleanupIfEmpty]
|
||||
1=%APPDATA%\Bitwarden\logs
|
||||
2=%APPDATA%\Bitwarden
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
${SegmentFile}
|
||||
|
||||
${SegmentPre}
|
||||
${If} ${FileExists} "$EXEDIR\App\Bitwarden\resources\app-update.yml"
|
||||
Rename "$EXEDIR\App\Bitwarden\resources\app-update.yml" "$EXEDIR\App\Bitwarden\resources\app-update.yml-Disabled"
|
||||
${EndIf}
|
||||
!macroend
|
||||
|
||||
${SegmentPost}
|
||||
${If} ${FileExists} "$EXEDIR\App\Bitwarden\resources\app-update.yml-Disabled"
|
||||
Rename "$EXEDIR\App\Bitwarden\resources\app-update.yml-Disabled" "$EXEDIR\App\Bitwarden\resources\app-update.yml"
|
||||
${EndIf}
|
||||
!macroend
|
||||
@@ -18,8 +18,8 @@ Freeware=true
|
||||
CommercialUse=true
|
||||
|
||||
[Version]
|
||||
PackageVersion=1.14.99.1
|
||||
DisplayVersion=1.15.2 Dev Test 1
|
||||
PackageVersion=1.15.5.91
|
||||
DisplayVersion=1.16.6 Dev Test 1
|
||||
|
||||
[Control]
|
||||
Icons=1
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user