Skip to content

Commit bbe165b

Browse files
authored
Merge pull request #10 from RyanWalpoleEnterprises/unstable-dev
Release v230303 [11312303P]
2 parents 0c26335 + d08bdc3 commit bbe165b

File tree

256 files changed

+3519636
-196
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

256 files changed

+3519636
-196
lines changed

installer/Moxo QuickWeb Install Script.iss

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Moxo QuickWeb Studio"
5-
#define MyAppVersion "230302"
5+
#define MyAppVersion "230303"
66
#define MyAppPublisher "Ryan Walpole Enterprises"
77
#define MyAppURL "https://ryanwalpole.com/developer/moxo"
88
#define MyAppExeName "Moxo QuickWeb.exe"
99
#define MyAppAssocName "Moxo QuickWeb Project"
1010
#define MyAppAssocExt ".mqw"
1111
#define MyAppAssocKey StringChange(MyAppAssocName, " ", "") + MyAppAssocExt
12+
#define MyAppAssocName2 "dotLX Code File"
13+
#define MyAppAssocExt2 ".clx"
14+
#define MyAppAssocKey2 StringChange(MyAppAssocName2, " ", "") + MyAppAssocExt2
1215

1316
[Setup]
1417
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
@@ -55,6 +58,12 @@ Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey}\DefaultIcon"; ValueType: s
5558
Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey}\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\{#MyAppExeName}"" ""%1"""
5659
Root: HKA; Subkey: "Software\Classes\Applications\{#MyAppExeName}\SupportedTypes"; ValueType: string; ValueName: ".myp"; ValueData: ""
5760

61+
Root: HKA; Subkey: "Software\Classes\{#MyAppAssocExt2}\OpenWithProgids"; ValueType: string; ValueName: "{#MyAppAssocKey2}"; ValueData: ""; Flags: uninsdeletevalue
62+
Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey2}"; ValueType: string; ValueName: ""; ValueData: "{#MyAppAssocName2}"; Flags: uninsdeletekey
63+
Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey2}\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\LXFileIcon.ico,0"
64+
Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey2}\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\{#MyAppExeName}"" ""%1"""
65+
Root: HKA; Subkey: "Software\Classes\Applications\{#MyAppExeName}\SupportedTypes"; ValueType: string; ValueName: ".myp"; ValueData: ""
66+
5867
[Icons]
5968
Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
6069
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon

installer/cver.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
230302
1+
230303

installer/installmoxoquickweb.exe

6.25 MB
Binary file not shown.

moxolib/win32/moxo.web.UI/.vs/moxo.web.UI/FileContentIndex/1465fb60-6e12-4292-adf7-6496ae80690d.vsidx renamed to moxolib/win32/moxo.web.UI/.vs/moxo.web.UI/FileContentIndex/fc271621-3fb1-434a-90e0-759d034800b0.vsidx

140 KB
Binary file not shown.
2 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)