Skip to content

Commit 2daabf0

Browse files
committed
Copy app icon to build folder
1 parent 146627a commit 2daabf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
echo "$IB_LICENSE" > lic.xml
8888
echo "CLIENT_BUILD_DIR=${{ env.CLIENT_DIR }}/build/Release" >> $GITHUB_ENV
8989
echo "PLUGIN_BUILD_DIR=${{ github.workspace }}/xPilot" >> $GITHUB_ENV
90+
cp "${{ env.CLIENT_DIR }}/icon.ico" "${{ env.CLIENT_DIR }}/build/Release"
9091
9192
- name: Create installer
9293
shell: bash

0 commit comments

Comments
 (0)