From 57f72c556aeae884bdcb924aa2d61aaf714d9737 Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Tue, 8 Oct 2024 23:53:09 -0500 Subject: [PATCH] fix logo --- .github/workflows/generator-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generator-windows.yml b/.github/workflows/generator-windows.yml index 5185a9c..3770bfc 100644 --- a/.github/workflows/generator-windows.yml +++ b/.github/workflows/generator-windows.yml @@ -377,7 +377,7 @@ jobs: if: ${{ inputs.logolink != 'false' }} continue-on-error: true run: | - Invoke-WebRequest -Uri https://${{ fromJson(inputs.logolink).url }}/get_png?filename=${{ fromJson(inputs.logolink).file }}"&"uuid=${{ fromJson(inputs.logolink).uuid }} -OutFile ./res/logo.png + Invoke-WebRequest -Uri https://${{ fromJson(inputs.logolink).url }}/get_png?filename=${{ fromJson(inputs.logolink).file }}"&"uuid=${{ fromJson(inputs.logolink).uuid }} -OutFile ./rustdesk/data/flutter_assets/assets/logo.png - name: find Runner.res