Skip to content

Commit

Permalink
Fix typeface issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Aug 1, 2023
1 parent ac2a570 commit fb7355f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ jobs:
- name: Linux
os: ubuntu-20.04
runtime: linux-x64
ext: ~
- name: Windows
os: windows-latest
runtime: win-x64
ext: ".exe"
- name: MacOS
os: macos-latest
runtime: osx-x64
ext: ~

env:
proj: "NxEditor"
Expand All @@ -48,6 +51,13 @@ jobs:
-o ${{ matrix.config.name }} \
-p:Version=${{ github.event.release.tag_name }}
- name: Rename executable
shell: bash
run: |
mv \
${{ matrix.config.name }}/NxEditor${{ matrix.config.ext }} \
${{ matrix.config.name }}/nxe${{ matrix.config.ext }}
- name: Archive Build Files
uses: TheDoctor0/zip-release@0.7.1
with:
Expand Down
1 change: 0 additions & 1 deletion src/NxEditor/NxEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<ApplicationIcon>Assets\icon.ico</ApplicationIcon>
<DebugType>embedded</DebugType>
<DefineConstants Condition="'$(RuntimeIdentifier)'=='win-x64'">WIN_X64</DefineConstants>
<AssemblyName>nxe</AssemblyName>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit fb7355f

Please sign in to comment.