From 97ef6dd06f383e7cfd724029642b686e779dd6a0 Mon Sep 17 00:00:00 2001 From: russkyc Date: Sun, 29 Dec 2024 12:49:36 +0800 Subject: [PATCH] :ambulance: Fix installer and zip files not working --- CHANGES | 5 ++++- Nitefox.Client.Photino/Nitefox.Client.Photino.csproj | 8 +++++++- Nitefox.Pupnet.conf | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index b4511db..cacd6a5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,7 @@ -Nitefox 1.1.0 Release +Nitefox 1.1.1 Release +- Fix zip and installer versions not running + +Nitefox 1.1.0 Release - Fix unhandled exceptions in search - Add infinite scrolling on search - Fix download errors \ No newline at end of file diff --git a/Nitefox.Client.Photino/Nitefox.Client.Photino.csproj b/Nitefox.Client.Photino/Nitefox.Client.Photino.csproj index ecbf074..8041569 100644 --- a/Nitefox.Client.Photino/Nitefox.Client.Photino.csproj +++ b/Nitefox.Client.Photino/Nitefox.Client.Photino.csproj @@ -4,7 +4,13 @@ WinExe net8.0 nitefox_icon.ico - 1.1.0 + 1.1.1 + + + + x64 + true + none diff --git a/Nitefox.Pupnet.conf b/Nitefox.Pupnet.conf index 3ecc08d..00fc598 100644 --- a/Nitefox.Pupnet.conf +++ b/Nitefox.Pupnet.conf @@ -132,7 +132,7 @@ IconFiles = """ # file, or the directory containing it. If empty (default), a single project or solution file is # expected under the same directory as this file. IMPORTANT. If set to 'NONE', dotnet publish # is disabled (not called). Instead, only DotnetPostPublish is called. -#DotnetProjectPath = +DotnetProjectPath = Nitefox.Client.Photino\Nitefox.Client.Photino.csproj # Optional arguments supplied to 'dotnet publish'. Do NOT include '-r' (runtime), or '-c' (configuration) # here as they will be added according to command line arguments. Typically you want as a minimum: