Merge branch 'release/0.2.4.117' into 'master'
Release/0.2.4.117 See merge request SympatheticFire/linear-app-launcher!36
This commit is contained in:
commit
f674e6bed8
@ -12,9 +12,9 @@
|
|||||||
<Company>Hi, I'm Ray</Company>
|
<Company>Hi, I'm Ray</Company>
|
||||||
<Product>Fizzy Launcher</Product>
|
<Product>Fizzy Launcher</Product>
|
||||||
<Copyright>Ray Lam</Copyright>
|
<Copyright>Ray Lam</Copyright>
|
||||||
<AssemblyVersion>0.2.4.047</AssemblyVersion>
|
<AssemblyVersion>0.2.4.117</AssemblyVersion>
|
||||||
<FileVersion>0.2.4.047</FileVersion>
|
<FileVersion>0.2.4.117</FileVersion>
|
||||||
<Version>0.2.4.047</Version>
|
<Version>0.2.4.117</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||||
|
@ -329,6 +329,7 @@ namespace FizzyLauncher
|
|||||||
var options = new JsonSerializerOptions();
|
var options = new JsonSerializerOptions();
|
||||||
options.Converters.Add(new JsonPointConverter());
|
options.Converters.Add(new JsonPointConverter());
|
||||||
options.Converters.Add(new JsonSizeConverter());
|
options.Converters.Add(new JsonSizeConverter());
|
||||||
|
options.Encoder = System.Text.Encodings.Web.JavaScriptEncoder.UnsafeRelaxedJsonEscaping;
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
@ -399,6 +400,7 @@ namespace FizzyLauncher
|
|||||||
var options = new JsonSerializerOptions();
|
var options = new JsonSerializerOptions();
|
||||||
options.Converters.Add(new JsonPointConverter());
|
options.Converters.Add(new JsonPointConverter());
|
||||||
options.Converters.Add(new JsonSizeConverter());
|
options.Converters.Add(new JsonSizeConverter());
|
||||||
|
options.Encoder = System.Text.Encodings.Web.JavaScriptEncoder.UnsafeRelaxedJsonEscaping;
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
rmdir /s /q "bin\Release\64\"
|
rmdir /s /q "bin\Release\64\"
|
||||||
dotnet publish skye.sln -r win-x64 -c Release /p:PublishSingleFile=true /p:SelfContained=false /p:PublishReadyToRunfalse=true /p:PublishDir="bin\Release\64\"
|
dotnet publish skye.sln -r win-x64 -c Release /p:PublishSingleFile=true /p:SelfContained=false /p:PublishReadyToRunfalse=true /p:PublishDir="bin\Release\"
|
||||||
|
|
||||||
rmdir /s /q "bin\Release\86\"
|
##rmdir /s /q "bin\Release\86\"
|
||||||
dotnet publish skye.sln -r win-x86 -c Release /p:PublishSingleFile=true /p:SelfContained=false /p:PublishReadyToRunfalse=true /p:PublishDir="bin\Release\86\"
|
##dotnet publish skye.sln -r win-x86 -c Release /p:PublishSingleFile=true /p:SelfContained=false /p:PublishReadyToRunfalse=true /p:PublishDir="bin\Release\"
|
@ -2,7 +2,7 @@
|
|||||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||||
|
|
||||||
#define MyAppName "Fizzy Launcher"
|
#define MyAppName "Fizzy Launcher"
|
||||||
#define MyAppVersion "0.2.4.047"
|
#define MyAppVersion "0.2.4.117"
|
||||||
#define MyAppPublisher "Hi, I'm Ray"
|
#define MyAppPublisher "Hi, I'm Ray"
|
||||||
#define MyAppURL "https://www.hiimray.co.uk/software-fizzy-launcher"
|
#define MyAppURL "https://www.hiimray.co.uk/software-fizzy-launcher"
|
||||||
#define MyAppExeName "fizzylauncher.exe"
|
#define MyAppExeName "fizzylauncher.exe"
|
||||||
@ -24,7 +24,7 @@ DisableProgramGroupPage=yes
|
|||||||
; Remove the following line to run in administrative install mode (install for all users.)
|
; Remove the following line to run in administrative install mode (install for all users.)
|
||||||
PrivilegesRequired=lowest
|
PrivilegesRequired=lowest
|
||||||
OutputDir=L:\gitlab-hiimray\fizzy-launcher\bin
|
OutputDir=L:\gitlab-hiimray\fizzy-launcher\bin
|
||||||
OutputBaseFilename=fizzy-launcher-64
|
OutputBaseFilename=fizzy-launcher
|
||||||
Compression=lzma
|
Compression=lzma
|
||||||
SolidCompression=yes
|
SolidCompression=yes
|
||||||
WizardStyle=modern
|
WizardStyle=modern
|
||||||
@ -36,7 +36,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
|
|||||||
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
|
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
|
||||||
|
|
||||||
[Files]
|
[Files]
|
||||||
Source: "L:\gitlab-hiimray\fizzy-launcher\bin\Release\64\fizzylauncher.exe"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "L:\gitlab-hiimray\fizzy-launcher\bin\Release\fizzylauncher.exe"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||||
|
|
||||||
[Icons]
|
[Icons]
|
||||||
|
@ -1,49 +0,0 @@
|
|||||||
; Script generated by the Inno Setup Script Wizard.
|
|
||||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
|
||||||
|
|
||||||
#define MyAppName "Fizzy Launcher"
|
|
||||||
#define MyAppVersion "0.2.4.047"
|
|
||||||
#define MyAppPublisher "Hi, I'm Ray"
|
|
||||||
#define MyAppURL "https://www.hiimray.co.uk/software-fizzy-launcher"
|
|
||||||
#define MyAppExeName "fizzylauncher.exe"
|
|
||||||
|
|
||||||
[Setup]
|
|
||||||
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
|
|
||||||
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
|
|
||||||
AppId={{472ED37C-C4FC-4B72-8BC3-C281A6E0D2F9}
|
|
||||||
AppName={#MyAppName}
|
|
||||||
AppVersion={#MyAppVersion}
|
|
||||||
;AppVerName={#MyAppName} {#MyAppVersion}
|
|
||||||
AppPublisher={#MyAppPublisher}
|
|
||||||
AppPublisherURL={#MyAppURL}
|
|
||||||
AppSupportURL={#MyAppURL}
|
|
||||||
AppUpdatesURL={#MyAppURL}
|
|
||||||
DefaultDirName={autopf}\{#MyAppName}
|
|
||||||
DefaultGroupName={#MyAppName}
|
|
||||||
DisableProgramGroupPage=yes
|
|
||||||
; Remove the following line to run in administrative install mode (install for all users.)
|
|
||||||
PrivilegesRequired=lowest
|
|
||||||
OutputDir=L:\gitlab-hiimray\fizzy-launcher\bin
|
|
||||||
OutputBaseFilename=fizzy-launcher-86
|
|
||||||
Compression=lzma
|
|
||||||
SolidCompression=yes
|
|
||||||
WizardStyle=modern
|
|
||||||
|
|
||||||
[Languages]
|
|
||||||
Name: "english"; MessagesFile: "compiler:Default.isl"
|
|
||||||
|
|
||||||
[Tasks]
|
|
||||||
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
|
|
||||||
|
|
||||||
[Files]
|
|
||||||
Source: "L:\gitlab-hiimray\fizzy-launcher\bin\Release\86\fizzylauncher.exe"; DestDir: "{app}"; Flags: ignoreversion
|
|
||||||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
|
||||||
|
|
||||||
[Icons]
|
|
||||||
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
|
|
||||||
Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"
|
|
||||||
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
|
|
||||||
|
|
||||||
[Run]
|
|
||||||
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
|
|
||||||
|
|
Reference in New Issue
Block a user