diff --git a/.gitignore b/.gitignore index 3a935b6..3f92193 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,11 @@ +# Ignore App folder +BitwardenPortable/App/Bitwarden + # Ignore Data folder BitwardenPortable/Data # Ignore Work folder Work + +# Ignore log +pac_installer_log.ini diff --git a/BitwardenPortable/App/AppInfo/Launcher/BitwardenPortable.ini b/BitwardenPortable/App/AppInfo/Launcher/BitwardenPortable.ini index 69cbd8d..6cbf8f0 100644 --- a/BitwardenPortable/App/AppInfo/Launcher/BitwardenPortable.ini +++ b/BitwardenPortable/App/AppInfo/Launcher/BitwardenPortable.ini @@ -3,7 +3,6 @@ ProgramExecutable=Bitwarden\Bitwarden.exe DirectoryMoveOK=yes DisableSplashScreen=true SplashTime=0 -SupportsUNC=yes MinOS=7 [Environment] diff --git a/BitwardenPortable/App/AppInfo/appinfo.ini b/BitwardenPortable/App/AppInfo/appinfo.ini index 7c5cafd..66a4a35 100644 --- a/BitwardenPortable/App/AppInfo/appinfo.ini +++ b/BitwardenPortable/App/AppInfo/appinfo.ini @@ -18,8 +18,8 @@ Freeware=true CommercialUse=true [Version] -PackageVersion=1.14.0.0 -DisplayVersion=1.14.0 Dev Test 1 +PackageVersion=1.14.99.1 +DisplayVersion=1.15.2 Dev Test 1 [Control] Icons=1 diff --git a/BitwardenPortable/App/Bitwarden/Directory_of_the_app.txt b/BitwardenPortable/App/Bitwarden/Directory_of_the_app.txt deleted file mode 100644 index 8b13789..0000000 --- a/BitwardenPortable/App/Bitwarden/Directory_of_the_app.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/BitwardenPortable/App/DefaultData/Bitwarden/Directory_of_the_app_data.txt b/BitwardenPortable/App/DefaultData/Bitwarden/Directory_of_the_app_data.txt deleted file mode 100644 index 8b13789..0000000 --- a/BitwardenPortable/App/DefaultData/Bitwarden/Directory_of_the_app_data.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/BitwardenPortable/Other/Source/AppNamePortable.ini b/BitwardenPortable/Other/Source/BitwardenPortable.ini similarity index 97% rename from BitwardenPortable/Other/Source/AppNamePortable.ini rename to BitwardenPortable/Other/Source/BitwardenPortable.ini index e85e60f..585cd88 100644 --- a/BitwardenPortable/Other/Source/AppNamePortable.ini +++ b/BitwardenPortable/Other/Source/BitwardenPortable.ini @@ -1,6 +1,6 @@ -AdditionalParameters= -DisableSplashScreen=false -RunLocally=false - -# The above options are explained in the included readme.txt -# This INI file is an example only and is not used unless it is placed as described in the included readme.txt +AdditionalParameters= +DisableSplashScreen=false +RunLocally=false + +# The above options are explained in the included readme.txt +# This INI file is an example only and is not used unless it is placed as described in the included readme.txt