Skip to content

Commit

Permalink
💚 Fix build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
russkyc committed Dec 22, 2024
1 parent fadd78c commit 5b817ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: '🎉 Nitefox ${{ steps.package_version.outputs.version }} Windows Release'
body: 'Latest windows builds for Nitefox PDF'
body: 'Latest windows builds for Nitefox'
tag_name: 'v${{ steps.package_version.outputs.version }}-win'
files: |
D:/a/nitefox/nitefox/Deploy/bin/nitefox-win-${{ steps.package_version.outputs.version }}-x86.zip
Expand Down Expand Up @@ -106,8 +106,8 @@ jobs:
- name: Publish Release
uses: softprops/action-gh-release@v1
with:
name: '🎉 Nitefox PDF ${{ steps.package_version.outputs.version }} Linux Release'
body: 'Latest Linux builds for Nitefox PDF'
name: '🎉 Nitefox ${{ steps.package_version.outputs.version }} Linux Release'
body: 'Latest Linux builds for Nitefox'
tag_name: 'v${{ steps.package_version.outputs.version }}-linux'
files: |
/home/runner/work/nitefox/nitefox/Deploy/bin/nitefox-linux-${{ steps.package_version.outputs.version }}-x64.zip
Expand Down
2 changes: 1 addition & 1 deletion Nitefox.Pupnet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ PrimeCategory = Utility
# of a scalable SVG is preferable on Linux, whereas PNGs must be one of the standard sizes and MUST
# include the size in the filename in the form: name.32x32.png' or 'name.32.png'.
IconFiles = """
Nitefox.Client.Photino/nitefox-icon.ico
nitefox-icon.ico
"""

########################################
Expand Down
Binary file added nitefox_icon.ico
Binary file not shown.

0 comments on commit 5b817ab

Please sign in to comment.