From 0466115a6d5c86efc932d8232ec107c370e37c98 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Fri, 5 Jun 2020 10:26:26 -0500 Subject: [PATCH] Release version 0.24 --- src/application.py | 4 ++-- src/installer.nsi | 12 ++++++------ src/installer_alpha.nsi | 10 +++++----- update-description | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/application.py b/src/application.py index 1492b1d..829d320 100644 --- a/src/application.py +++ b/src/application.py @@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- name = "Socializer" -version = "0.23" +version = "0.24" author = "Manuel Cortez" authorEmail = "manuel@manuelcortez.net" -copyright = "Copyright (C) 2016-2019, Manuel Cortez" +copyright = "Copyright (C) 2016-2020, Manuel Cortez" description = name+" Is an accessible VK client for Windows." url = "http://socializer.su" # The short name will be used for detecting translation files. See languageHandler for more details. diff --git a/src/installer.nsi b/src/installer.nsi index 850d924..3d02fc1 100644 --- a/src/installer.nsi +++ b/src/installer.nsi @@ -5,7 +5,7 @@ CRCCheck on ManifestSupportedOS all XPStyle on Name "Socializer" -OutFile "socializer_0.23_setup.exe" +OutFile "socializer_0.24_setup.exe" InstallDir "$PROGRAMFILES\socializer" InstallDirRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\socializer" "InstallLocation" RequestExecutionLevel admin @@ -14,10 +14,10 @@ SetCompressor /solid lzma SetDatablockOptimize on VIAddVersionKey ProductName "Socializer" VIAddVersionKey LegalCopyright "Copyright 2019 Manuel Cortez." -VIAddVersionKey ProductVersion "0.23" -VIAddVersionKey FileVersion "0.23" -VIProductVersion "0.23.0.0" -VIFileVersion "0.23.0.0" +VIAddVersionKey ProductVersion "0.24" +VIAddVersionKey FileVersion "0.24" +VIProductVersion "0.24.0.0" +VIFileVersion "0.24.0.0" !insertmacro MUI_PAGE_WELCOME !insertmacro MUI_PAGE_DIRECTORY var StartMenuFolder @@ -50,7 +50,7 @@ WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\socializer WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\socializer" "UninstallString" '"$INSTDIR\uninstall.exe"' WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall" "InstallLocation" $INSTDIR WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall" "Publisher" "Manuel Cortez" -WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\socializer" "DisplayVersion" "0.23" +WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\socializer" "DisplayVersion" "0.24" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\socializer" "URLInfoAbout" "http://socializer.su" WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\socializer" "VersionMajor" 0 WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\socializer" "VersionMinor" 19 diff --git a/src/installer_alpha.nsi b/src/installer_alpha.nsi index 8354100..c822036 100644 --- a/src/installer_alpha.nsi +++ b/src/installer_alpha.nsi @@ -14,10 +14,10 @@ SetCompressor /solid lzma SetDatablockOptimize on VIAddVersionKey ProductName "Socializer" VIAddVersionKey LegalCopyright "Copyright 2019 Manuel Cortez." -VIAddVersionKey ProductVersion "0.23" -VIAddVersionKey FileVersion "0.23" -VIProductVersion "0.23.0.0" -VIFileVersion "0.23.0.0" +VIAddVersionKey ProductVersion "0.24" +VIAddVersionKey FileVersion "0.24" +VIProductVersion "0.24.0.0" +VIFileVersion "0.24.0.0" !insertmacro MUI_PAGE_WELCOME !insertmacro MUI_PAGE_DIRECTORY var StartMenuFolder @@ -50,7 +50,7 @@ WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\socializer WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\socializer" "UninstallString" '"$INSTDIR\uninstall.exe"' WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall" "InstallLocation" $INSTDIR WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall" "Publisher" "Manuel Cortez" -WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\socializer" "DisplayVersion" "0.23" +WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\socializer" "DisplayVersion" "0.24" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\socializer" "URLInfoAbout" "http://socializer.su" WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\socializer" "VersionMajor" 0 WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\socializer" "VersionMinor" 19 diff --git a/update-description b/update-description index 99969b5..18e0662 100644 --- a/update-description +++ b/update-description @@ -1 +1 @@ -это просто тест \ No newline at end of file +Update description here. \ No newline at end of file