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: