From 407ca96a621ce99b21b0e2fae139de4a5f48490f Mon Sep 17 00:00:00 2001 From: Toby Lane Date: Mon, 14 Jul 2025 13:00:00 +0100 Subject: [PATCH] Revert "Download Noto font and include in Windows installer" This reverts commit c46b5095fd335607b7c74b84dae083b27879b53d. --- .github/workflows/WindowsInstaller.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/WindowsInstaller.yml b/.github/workflows/WindowsInstaller.yml index 879c125f..2cc63ecf 100644 --- a/.github/workflows/WindowsInstaller.yml +++ b/.github/workflows/WindowsInstaller.yml @@ -33,16 +33,11 @@ jobs: run-id: ${{inputs.x64}} path: WindowsInstaller github-token: ${{github.token}} - - name: Download Noto font - run: | - wget https://github.com/satbyy/go-noto-universal/releases/download/v7.0/GoNotoKurrent-Regular.ttf - name: Create installer run: | cd WindowsInstaller mv CorsixTH_x86 x86 mv CorsixTH x64 - cp ../GoNotoKurrent-Regular.ttf x86/CorsixTHUnicode.ttf - cp ../GoNotoKurrent-Regular.ttf x64/CorsixTHUnicode.ttf makensis -V4 -WX -- Win32Script.nsi sha256sum CorsixTHInstaller.exe >> $GITHUB_STEP_SUMMARY - name: Upload installer