Changeset 26 for trunk/Install
- Timestamp:
- Aug 19, 2021, 3:10:53 PM (3 years ago)
- Location:
- trunk/Install
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/deb/debian/changelog
r4 r26 1 vcard-studio (1. 0.0-0) precise; urgency=low1 vcard-studio (1.1.0-0) precise; urgency=low 2 2 3 * Original version 1. 0.0 packaged with lazdebian3 * Original version 1.1.0 packaged with lazdebian 4 4 5 5 -- Chronos <robie@centrum.cz> Sun, 1 Jan 2018 00:51:08 +0100 -
trunk/Install/deb/debian/control
r20 r26 3 3 Section: utils 4 4 Priority: optional 5 Standards-Version: 1. 0.05 Standards-Version: 1.1.0 6 6 Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) 7 7 -
trunk/Install/snap/snapcraft.yaml
r23 r26 1 1 name: vcard-studio 2 2 title: vCard Studio 3 version: '1. 0.0'3 version: '1.1.0' 4 4 summary: A contact management application with support for vCard file format. 5 5 description: | -
trunk/Install/win/build.bat
r20 r26 9 9 copy ..\..\%APPNAME%.exe ..\..\lib\x86_64-win64-Release 10 10 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" 12 12 -
trunk/Install/win/vCard Studio.iss
r20 r26 4 4 #define MyAppName "vCard Studio" 5 5 #define MyAppNameShort "vCardStudio" 6 #define MyAppVersion "1. 0.0"6 #define MyAppVersion "1.1.0" 7 7 #define MyAppVersionSuffix "alfa" 8 8 #define MyAppPublisher "Chronosoft" … … 36 36 AppSupportURL={#MyAppURL} 37 37 AppUpdatesURL={#MyAppURL} 38 DefaultDirName={ pf}\{#MyAppPublisherShort}\{#MyAppName}38 DefaultDirName={commonpf}\{#MyAppPublisherShort}\{#MyAppName} 39 39 DefaultGroupName={#MyAppPublisherShort}\{#MyAppName} 40 40 AllowNoIcons=yes … … 51 51 ; installation to run on all architectures (including Itanium, 52 52 ; since it's capable of running 32-bit code too). 53 WizardStyle=modern 53 54 54 55 [Languages] … … 61 62 62 63 [Registry] 63 Root: HK CU; Subkey: "Software\Author\Application"; Flags: uninsdeletekey64 Root: HKLM; Subkey: "Software\Author\Application"; Flags: uninsdeletekey 64 65 65 66 #define FileTypeName "vCard file"
Note:
See TracChangeset
for help on using the changeset viewer.