Changeset 26


Ignore:
Timestamp:
Aug 19, 2021, 3:10:53 PM (3 years ago)
Author:
chronos
Message:
  • Modified: Changes needed after version 1.0.0 release.
Files:
4 added
8 edited

Legend:

Unmodified
Added
Removed
  • tags/1.0.0/Install/win/build.bat

    r20 r26  
    99copy ..\..\%APPNAME%.exe ..\..\lib\x86_64-win64-Release
    1010
    11 "c:\Program Files (x86)\Inno Setup 5\ISCC.exe" "vCard Studio.iss"
     11"c:\Program Files (x86)\Inno Setup 6\ISCC.exe" "vCard Studio.iss"
    1212
  • tags/1.0.0/Install/win/vCard Studio.iss

    r20 r26  
    55#define MyAppNameShort "vCardStudio"
    66#define MyAppVersion "1.0.0"
    7 #define MyAppVersionSuffix "alfa"
     7;#define MyAppVersionSuffix "alfa"
    88#define MyAppPublisher "Chronosoft"
    99#define MyAppPublisherShort "Chronosoft"
     
    3636AppSupportURL={#MyAppURL}
    3737AppUpdatesURL={#MyAppURL}
    38 DefaultDirName={pf}\{#MyAppPublisherShort}\{#MyAppName}
     38DefaultDirName={commonpf}\{#MyAppPublisherShort}\{#MyAppName}
    3939DefaultGroupName={#MyAppPublisherShort}\{#MyAppName}
    4040AllowNoIcons=yes
     
    5151; installation to run on all architectures (including Itanium,
    5252; since it's capable of running 32-bit code too).
     53WizardStyle=modern
    5354
    5455[Languages]
     
    6162
    6263[Registry]
    63 Root: HKCU; Subkey: "Software\Author\Application"; Flags: uninsdeletekey
     64Root: HKLM; Subkey: "Software\Author\Application"; Flags: uninsdeletekey
    6465
    6566#define FileTypeName "vCard file"
  • trunk/Install/deb/debian/changelog

    r4 r26  
    1 vcard-studio (1.0.0-0) precise; urgency=low
     1vcard-studio (1.1.0-0) precise; urgency=low
    22
    3   * Original version 1.0.0 packaged with lazdebian
     3  * Original version 1.1.0 packaged with lazdebian
    44
    55 -- Chronos <robie@centrum.cz>  Sun, 1 Jan 2018 00:51:08 +0100
  • trunk/Install/deb/debian/control

    r20 r26  
    33Section: utils
    44Priority: optional
    5 Standards-Version: 1.0.0
     5Standards-Version: 1.1.0
    66Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8)
    77
  • trunk/Install/snap/snapcraft.yaml

    r23 r26  
    11name: vcard-studio
    22title: vCard Studio
    3 version: '1.0.0'
     3version: '1.1.0'
    44summary: A contact management application with support for vCard file format.
    55description: |
  • trunk/Install/win/build.bat

    r20 r26  
    99copy ..\..\%APPNAME%.exe ..\..\lib\x86_64-win64-Release
    1010
    11 "c:\Program Files (x86)\Inno Setup 5\ISCC.exe" "vCard Studio.iss"
     11"c:\Program Files (x86)\Inno Setup 6\ISCC.exe" "vCard Studio.iss"
    1212
  • trunk/Install/win/vCard Studio.iss

    r20 r26  
    44#define MyAppName "vCard Studio"
    55#define MyAppNameShort "vCardStudio"
    6 #define MyAppVersion "1.0.0"
     6#define MyAppVersion "1.1.0"
    77#define MyAppVersionSuffix "alfa"
    88#define MyAppPublisher "Chronosoft"
     
    3636AppSupportURL={#MyAppURL}
    3737AppUpdatesURL={#MyAppURL}
    38 DefaultDirName={pf}\{#MyAppPublisherShort}\{#MyAppName}
     38DefaultDirName={commonpf}\{#MyAppPublisherShort}\{#MyAppName}
    3939DefaultGroupName={#MyAppPublisherShort}\{#MyAppName}
    4040AllowNoIcons=yes
     
    5151; installation to run on all architectures (including Itanium,
    5252; since it's capable of running 32-bit code too).
     53WizardStyle=modern
    5354
    5455[Languages]
     
    6162
    6263[Registry]
    63 Root: HKCU; Subkey: "Software\Author\Application"; Flags: uninsdeletekey
     64Root: HKLM; Subkey: "Software\Author\Application"; Flags: uninsdeletekey
    6465
    6566#define FileTypeName "vCard file"
  • trunk/UCore.lfm

    r23 r26  
    493493    Identification = 1
    494494    VersionMajor = 1
    495     VersionMinor = 0
     495    VersionMinor = 1
    496496    VersionBugFix = 0
    497497    VersionSuffix = 'alfa'
Note: See TracChangeset for help on using the changeset viewer.