Changeset 119 for trunk/Install
- Timestamp:
- Aug 18, 2021, 6:17:38 PM (3 years ago)
- Location:
- trunk/Install
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/deb/debian/control
r100 r119 3 3 Section: devel 4 4 Priority: optional 5 Standards-Version: 1. 1.05 Standards-Version: 1.2.0 6 6 Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) 7 7 -
trunk/Install/snap/snapcraft.yaml
r116 r119 1 1 name: lazfuck 2 2 title: LazFuck 3 version: '1. 1.0'3 version: '1.2.0' 4 4 summary: A simple BrainFuck IDE written in Lazarus/FPC. 5 5 description: | -
trunk/Install/win/LazFuck.iss
r100 r119 4 4 #define MyAppName "LazFuck" 5 5 #define MyAppNameShort "LazFuck" 6 #define MyAppVersion "1. 1.0"6 #define MyAppVersion "1.2.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\Chronosoft\LazFuck"; Flags: uninsdeletekey64 Root: HKLM; Subkey: "Software\Chronosoft\LazFuck"; Flags: uninsdeletekey 64 65 65 #define FileTypeName " Acronym Decoder project"66 #define FileTypeName "BrainFuck source file" 66 67 Root: HKCR; Subkey: ".b"; ValueType: string; ValueName: ""; ValueData: "{#FileTypeName}"; Flags: uninsdeletevalue 67 68 Root: HKCR; Subkey: "{#FileTypeName}"; ValueType: string; ValueName: ""; ValueData: "{#FileTypeName}"; Flags: uninsdeletekey
Note:
See TracChangeset
for help on using the changeset viewer.