Skip to content

Commit

Permalink
🚑 Fix installer and zip files not working
Browse files Browse the repository at this point in the history
  • Loading branch information
russkyc committed Dec 29, 2024
1 parent f272468 commit 97ef6dd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -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
8 changes: 7 additions & 1 deletion Nitefox.Client.Photino/Nitefox.Client.Photino.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ApplicationIcon>nitefox_icon.ico</ApplicationIcon>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<PlatformTarget>x64</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>none</DebugType>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Nitefox.Pupnet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 97ef6dd

Please sign in to comment.